mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
Fix #4465: >,< not shifting whole lines
This fixes make > and < behave as it does in vim in regular visual mode.
This commit is contained in:
@@ -518,8 +518,8 @@ directives. By default, this only recognizes C directives.")
|
||||
:n "zx" #'kill-current-buffer
|
||||
:n "ZX" #'doom/save-and-kill-buffer
|
||||
;; don't leave visual mode after shifting
|
||||
:v "<" #'+evil/visual-dedent ; vnoremap < <gv
|
||||
:v ">" #'+evil/visual-indent ; vnoremap > >gv
|
||||
:v "<" #'+evil/shift-left ; vnoremap < <gv
|
||||
:v ">" #'+evil/shift-right ; vnoremap > >gv
|
||||
|
||||
;; window management (prefix "C-w")
|
||||
(:map evil-window-map
|
||||
|
Reference in New Issue
Block a user