editor/evil: bind C-w {S,V} to split-and-follow

This commit is contained in:
Henrik Lissner 2021-03-06 09:59:50 -05:00
parent 1e7fb8b915
commit 0917187f20
2 changed files with 19 additions and 0 deletions

View file

@ -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