Skip to content

Commit

Permalink
tweak(evil): use isearch instead of evil-search
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 9, 2023
1 parent 04e985f commit 1182d73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/me-evil.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@
"w+" '(evil-window-increase-width :wk "Increase width")
"w-" '(evil-window-decrease-width :wk "Decrease width"))

;; Use `evil-search' instead of `isearch'
(evil-select-search-module 'evil-search-module 'evil-search)
;; Use `isearch', it integrates better with other commands like
;; `consult-isearch-history'
(evil-select-search-module 'evil-search-module 'isearch)

;; Ask for a buffer when splitting windows
(with-eval-after-load 'consult
Expand Down

0 comments on commit 1182d73

Please sign in to comment.