From a29a4be6ab4c34ed1a6a4aca1b00ea45f4acfce8 Mon Sep 17 00:00:00 2001 From: Mark van der Putten Date: Wed, 17 Jul 2024 00:48:33 +0200 Subject: [PATCH] Update avy config --- elisp/init-avy.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)