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

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

parent 55123180
No related merge requests found
......@@ -91,6 +91,13 @@
)
(global-set-key "\C-s" 'swiper)
(dolist (map (list ivy-minibuffer-map
ivy-switch-buffer-map
ivy-reverse-i-search-map))
(define-key map (kbd "C-j") 'ivy-next-line)
(define-key map (kbd "C-k") 'ivy-previous-line))
:bind
(("C-c s s" . 'swiper)
("C-c s p" . 'user/counsel-search-project)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment