Skip to content
Snippets Groups Projects
Commit 19146e43 authored by Liu Miao's avatar Liu Miao
Browse files

use "C-j" & "C-k" in ivy

parent 28ab7104
No related merge requests found
...@@ -85,12 +85,11 @@ ...@@ -85,12 +85,11 @@
(global-set-key "\C-s" 'swiper) (global-set-key "\C-s" 'swiper)
;; (dolist (map (list ivy-minibuffer-map (dolist (map (list ivy-minibuffer-map
;; ivy-switch-buffer-map ivy-switch-buffer-map
;; ivy-reverse-i-search-map)) ivy-reverse-i-search-map))
;; (define-key map (kbd "C-j") 'ivy-next-line) (define-key map (kbd "C-j") 'ivy-next-line)
;; (define-key map (kbd "C-k") 'ivy-previous-line)) (define-key map (kbd "C-k") 'ivy-previous-line))
:bind :bind
(("C-c s s" . 'swiper) (("C-c s s" . 'swiper)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment