mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user