Add gs/, gs? & gs<space> evil-easymotion binds
Adds evil-search and avy-goto-char-timer interfaces to evil-easymotion.
This commit is contained in:
parent
e816a1ecac
commit
04b7b5f1ef
1 changed files with 8 additions and 1 deletions
|
@ -180,7 +180,14 @@
|
||||||
:pre-hook (save-excursion (call-interactively #'evil-snipe-s))
|
:pre-hook (save-excursion (call-interactively #'evil-snipe-s))
|
||||||
:bind ((evil-snipe-scope 'buffer)
|
:bind ((evil-snipe-scope 'buffer)
|
||||||
(evil-snipe-enable-highlight)
|
(evil-snipe-enable-highlight)
|
||||||
(evil-snipe-enable-incremental-highlight))))
|
(evil-snipe-enable-incremental-highlight)))
|
||||||
|
" " #'avy-goto-char-timer
|
||||||
|
"/" (evilem-create #'evil-ex-search-next
|
||||||
|
:pre-hook (save-excursion (call-interactively #'evil-ex-search-forward))
|
||||||
|
:bind ((evil-search-wrap)))
|
||||||
|
"?" (evilem-create #'evil-ex-search-previous
|
||||||
|
:pre-hook (save-excursion (call-interactively #'evil-ex-search-backward))
|
||||||
|
:bind ((evil-search-wrap))))
|
||||||
|
|
||||||
;; evil
|
;; evil
|
||||||
(:after evil
|
(:after evil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue