editor/evil: bind C-w {S,V} to split-and-follow
This commit is contained in:
parent
1e7fb8b915
commit
0917187f20
2 changed files with 19 additions and 0 deletions
|
@ -530,6 +530,9 @@ directives. By default, this only recognizes C directives.")
|
|||
"C-k" #'evil-window-up
|
||||
"C-l" #'evil-window-right
|
||||
"C-w" #'other-window
|
||||
;; Extra split commands
|
||||
"S" #'+evil-window-split-and-follow
|
||||
"V" #'+evil-window-vsplit-and-follow
|
||||
;; Swapping windows
|
||||
"H" #'+evil/window-move-left
|
||||
"J" #'+evil/window-move-down
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue