Update avy config

This commit is contained in:
Mark van der Putten 2024-07-17 00:48:33 +02:00
parent 61855005b2
commit a29a4be6ab

View File

@ -43,7 +43,9 @@
:defer t :defer t
:bind :bind
(("C-z c" . avy-goto-char-timer) (("C-z c" . avy-goto-char-timer)
("C-z l" . avy-goto-line)) ("C-z l" . avy-goto-line)
("C-z j" . avy-goto-word-or-subword-1)
)
:custom :custom
(avy-timeout-seconds 0.3) (avy-timeout-seconds 0.3)
(avy-style 'pre) (avy-style 'pre)