[bepo] Add basic ivy
support
This commit is contained in:
parent
ea333f7282
commit
687c75de5c
1 changed files with 14 additions and 0 deletions
|
@ -234,6 +234,20 @@
|
|||
(bepo/set-in-state helm-generic-files-map "C-s" 'helm-previous-line)
|
||||
(bepo/set-in-state helm-generic-files-map "C-k" 'helm-ff-run-grep)))
|
||||
|
||||
(bepo|config ivy
|
||||
:description
|
||||
"Remap `ivy' bindings."
|
||||
:loader
|
||||
(spacemacs|use-package-add-hook ivy :post-config BODY)
|
||||
:config
|
||||
(progn
|
||||
(bepo/correct-keys ivy-minibuffer-map
|
||||
"C-h"
|
||||
"C-j"
|
||||
"C-k"
|
||||
"C-l"
|
||||
)))
|
||||
|
||||
(bepo|config magit
|
||||
:description
|
||||
"Remap `magit' bindings."
|
||||
|
|
Reference in a new issue