fix: evil-visualstar's '#' shan't take precedence over nerd-commenter

This commit is contained in:
Madeleine Sydney
2025-01-12 11:31:45 -07:00
parent 94197e19b3
commit 21fa5a8a0c

View File

@@ -141,6 +141,7 @@
;; the text `two words`, but the point is over `two`, Evil will search for
;; `two`. `evil-visualstar' will instead search for `two words`.
(use-package evil-visualstar
:hook (on-first-input . global-evil-visualstar-mode))
:bind (:map evil-visual-state-map
("*" . evil-visualstar/begin-search-forward)))
(provide 'syd-evil)