mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
evil-respect-visual-line-mode = nil
Since this is vim's default behavior (gj and gk exist for navigating virtual lines). Also the cause of #2447
This commit is contained in:
@ -27,7 +27,6 @@ directives. By default, this only recognizes C directives.")
|
||||
(defvar evil-want-C-w-delete t)
|
||||
(defvar evil-want-Y-yank-to-eol t)
|
||||
(defvar evil-want-abbrev-expand-on-insert-exit nil)
|
||||
(defvar evil-respect-visual-line-mode t)
|
||||
|
||||
(use-package! evil
|
||||
:hook (doom-init-modules . evil-mode)
|
||||
|
Reference in New Issue
Block a user