evil-want-C-w-delete = t & remove C-b/C-f keybinds

M-b and M-f already exist for moving by word, so I'll leave C-b and C-f
to their defaults.
This commit is contained in:
Henrik Lissner 2019-12-21 03:39:19 -05:00
parent 8386c95fb1
commit bbd02c8fca
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 4 additions and 10 deletions

View file

@ -24,6 +24,7 @@ directives. By default, this only recognizes C directives.")
(defvar evil-want-C-u-scroll t)
(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)