fix: evil-visualstar's '#' shan't take precedence over nerd-commenter
This commit is contained in:
@@ -141,6 +141,7 @@
|
|||||||
;; the text `two words`, but the point is over `two`, Evil will search for
|
;; the text `two words`, but the point is over `two`, Evil will search for
|
||||||
;; `two`. `evil-visualstar' will instead search for `two words`.
|
;; `two`. `evil-visualstar' will instead search for `two words`.
|
||||||
(use-package evil-visualstar
|
(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)
|
(provide 'syd-evil)
|
||||||
|
|||||||
Reference in New Issue
Block a user