[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-s" 'helm-previous-line)
|
||||||
(bepo/set-in-state helm-generic-files-map "C-k" 'helm-ff-run-grep)))
|
(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
|
(bepo|config magit
|
||||||
:description
|
:description
|
||||||
"Remap `magit' bindings."
|
"Remap `magit' bindings."
|
||||||
|
|
Reference in a new issue