Evil: Use Vim-style search

master
Pierre Neidhardt 2019-02-04 19:10:57 +01:00
parent 24a30ce179
commit 0864798106
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@
(linum-relative-toggle))
(evil-mode 1)
;; Enable search history:
(evil-select-search-module 'evil-search-module 'evil-search)
(remove-hook 'evil-insert-state-exit-hook 'expand-abbrev)
;; (setq evil-want-abbrev-expand-on-insert-exit nil)
(setq undo-tree-mode-lighter "")