Enable delete-selection-mode & shift-select-mode
This makes text insertion behave more like traditional editors. Delete-selection-mode allows selections to be replaced when yanking or inserting. This enables it by default for non-evil users and in insert mode for evil users. Also enables selecting text with shift.
This commit is contained in:
parent
8903eebdc4
commit
fb57f367e7
2 changed files with 7 additions and 2 deletions
|
@ -27,8 +27,6 @@ line with a linewise comment.")
|
|||
evil-respect-visual-line-mode t
|
||||
;; more vim-like behavior
|
||||
evil-symbol-word-search t
|
||||
;; don't activate mark on shift-click
|
||||
shift-select-mode nil
|
||||
;; cursor appearance
|
||||
evil-default-cursor '+evil-default-cursor
|
||||
evil-normal-state-cursor 'box
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue