feature/evil: add +evil/fold-{next,previous}
Brings zj/zk to evil
This commit is contained in:
parent
5410f1d575
commit
feabbc31da
2 changed files with 30 additions and 0 deletions
|
@ -81,6 +81,9 @@ line with a linewise comment.")
|
|||
[remap evil-open-fold-rec] #'+evil/fold-open
|
||||
[remap evil-close-folds] #'+evil/fold-close-all
|
||||
[remap evil-open-folds] #'+evil/fold-open-all)
|
||||
(evil-define-key* 'motion 'global
|
||||
"zj" #'+evil/fold-next
|
||||
"zk" #'+evil/fold-previous)
|
||||
|
||||
(defun +evil|disable-highlights ()
|
||||
"Disable ex search buffer highlights."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue