feature/evil: evil-want-C-w-delete = t
This commit is contained in:
parent
22e9452104
commit
0408464489
1 changed files with 2 additions and 1 deletions
|
@ -23,8 +23,9 @@
|
||||||
(def-package! evil
|
(def-package! evil
|
||||||
:init
|
:init
|
||||||
(setq evil-want-C-u-scroll t
|
(setq evil-want-C-u-scroll t
|
||||||
evil-want-visual-char-semi-exclusive t
|
evil-want-C-w-delete t
|
||||||
evil-want-Y-yank-to-eol t
|
evil-want-Y-yank-to-eol t
|
||||||
|
evil-want-visual-char-semi-exclusive t
|
||||||
evil-magic t
|
evil-magic t
|
||||||
evil-echo-state t
|
evil-echo-state t
|
||||||
evil-indent-convert-tabs t
|
evil-indent-convert-tabs t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue