Fix avy-goto-char-timer keybind (gs<space>)
This commit is contained in:
parent
043dc4e875
commit
f898469374
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@
|
||||||
: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
|
"SPC" #'avy-goto-char-timer
|
||||||
"/" (evilem-create #'evil-ex-search-next
|
"/" (evilem-create #'evil-ex-search-next
|
||||||
:pre-hook (save-excursion (call-interactively #'evil-ex-search-forward))
|
:pre-hook (save-excursion (call-interactively #'evil-ex-search-forward))
|
||||||
:bind ((evil-search-wrap)))
|
:bind ((evil-search-wrap)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue