mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Don't enable evil-visualstar-mode
Redundant with our manual */# keybinds.
This commit is contained in:
@ -368,16 +368,13 @@ the new algorithm is confusing, like in python or ruby."
|
|||||||
;; matter what mode you're in. I want to be able to visually select a region and
|
;; matter what mode you're in. I want to be able to visually select a region and
|
||||||
;; search for other occurrences of it.
|
;; search for other occurrences of it.
|
||||||
(def-package! evil-visualstar
|
(def-package! evil-visualstar
|
||||||
:commands (global-evil-visualstar-mode
|
:commands (evil-visualstar/begin-search
|
||||||
evil-visualstar/begin-search
|
|
||||||
evil-visualstar/begin-search-forward
|
evil-visualstar/begin-search-forward
|
||||||
evil-visualstar/begin-search-backward)
|
evil-visualstar/begin-search-backward)
|
||||||
:init
|
:init
|
||||||
(evil-define-key* 'visual 'global
|
(evil-define-key* 'visual 'global
|
||||||
"*" #'evil-visualstar/begin-search-forward
|
"*" #'evil-visualstar/begin-search-forward
|
||||||
"#" #'evil-visualstar/begin-search-backward)
|
"#" #'evil-visualstar/begin-search-backward))
|
||||||
:config
|
|
||||||
(global-evil-visualstar-mode 1))
|
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user