Bind to zn/zN to new narrow/widen (indirect) commands
This commit is contained in:
parent
a217b0132e
commit
5e6c2205b8
2 changed files with 35 additions and 25 deletions
|
@ -116,6 +116,8 @@
|
|||
:v "g+" #'evil-numbers/inc-at-pt
|
||||
|
||||
;; custom evil keybinds
|
||||
:n "zn" #'doom/narrow-buffer-indirectly
|
||||
:n "zN" #'doom/widen-indirectly-narrowed-buffer
|
||||
:n "zx" #'kill-current-buffer
|
||||
:n "ZX" #'bury-buffer
|
||||
;; repeat in visual mode (FIXME buggy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue