diff --git a/elisp/init-avy.el b/elisp/init-avy.el index 9f480b2..f125e24 100644 --- a/elisp/init-avy.el +++ b/elisp/init-avy.el @@ -43,7 +43,9 @@ :defer t :bind (("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 (avy-timeout-seconds 0.3) (avy-style 'pre)