mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-24 16:30:58 -05:00
editor/evil: bind C-w {S,V} to split-and-follow
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user