mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Use evil-avy-goto-char-timer #1690
This commit is contained in:
@ -169,8 +169,8 @@
|
|||||||
: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)))
|
||||||
"SPC" (λ!! #'avy-goto-char-timer t)
|
"SPC" (λ!! #'evil-avy-goto-char-timer t)
|
||||||
"/" #'avy-goto-char-timer)
|
"/" #'evil-avy-goto-char-timer)
|
||||||
|
|
||||||
;; text object plugins
|
;; text object plugins
|
||||||
:textobj "x" #'evil-inner-xml-attr #'evil-outer-xml-attr
|
:textobj "x" #'evil-inner-xml-attr #'evil-outer-xml-attr
|
||||||
|
Reference in New Issue
Block a user