Replace doom/backward-kill-to-bol-and-indent
WIth new evil-delete-back-to-indentation, with behaves exactly as C-u does in vim.
This commit is contained in:
parent
a49c0b6691
commit
c1879945fd
6 changed files with 7 additions and 21 deletions
|
@ -22,6 +22,7 @@ directives. By default, this only recognizes C directives.")
|
|||
;; to loading.
|
||||
(defvar evil-want-C-i-jump (or (daemonp) (display-graphic-p)))
|
||||
(defvar evil-want-C-u-scroll t)
|
||||
(defvar evil-want-C-u-delete t)
|
||||
(defvar evil-want-C-w-scroll t)
|
||||
(defvar evil-want-Y-yank-to-eol t)
|
||||
(defvar evil-want-abbrev-expand-on-insert-exit nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue