mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix avy-goto-char-timer keybind (gs<space>)
This commit is contained in:
@ -179,7 +179,7 @@
|
||||
:bind ((evil-snipe-scope 'buffer)
|
||||
(evil-snipe-enable-highlight)
|
||||
(evil-snipe-enable-incremental-highlight)))
|
||||
" " #'avy-goto-char-timer
|
||||
"SPC" #'avy-goto-char-timer
|
||||
"/" (evilem-create #'evil-ex-search-next
|
||||
:pre-hook (save-excursion (call-interactively #'evil-ex-search-forward))
|
||||
:bind ((evil-search-wrap)))
|
||||
|
Reference in New Issue
Block a user