Don't enable evil-visualstar-mode
Redundant with our manual */# keybinds.
This commit is contained in:
parent
93917fd8a2
commit
933e52b886
1 changed files with 2 additions and 5 deletions
|
@ -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))
|
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue