mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor(evil): remove evil-want-C-w-scroll
This appears to have been added accidentally in the following commit:
8b9d4a94bb
The codebase contains no references to it.
This commit is contained in:
committed by
Henrik Lissner
parent
3a5e34d67b
commit
90c510caca
@ -23,7 +23,6 @@ directives. By default, this only recognizes C directives.")
|
||||
(defvar evil-want-C-i-jump nil) ; we do this ourselves
|
||||
(defvar evil-want-C-u-scroll t) ; moved the universal arg to <leader> u
|
||||
(defvar evil-want-C-u-delete t)
|
||||
(defvar evil-want-C-w-scroll t)
|
||||
(defvar evil-want-C-w-delete t)
|
||||
(defvar evil-want-Y-yank-to-eol t)
|
||||
(defvar evil-want-abbrev-expand-on-insert-exit nil)
|
||||
|
Reference in New Issue
Block a user