From f8731e0924c79d654ccddd8c19e9544cb946de98 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 10 Jan 2024 14:20:58 +0000 Subject: [PATCH] Adjust avy binds --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index b7449e7..b4d8f22 100644 --- a/README.org +++ b/README.org @@ -139,10 +139,10 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia (use-package avy :ensure t :diminish - :bind (("C-c j w" . avy-goto-word-0) + :bind (("C-c j j" . avy-goto-char-2) + ("C-c j w" . avy-goto-word-0) ("C-c j c" . avy-goto-char) - ("C-c j l" . avy-goto-line) - ("C-c j C-c" . avy-goto-char-2))) + ("C-c j l" . avy-goto-line))) #+end_src ** which-func config