Adjust avy binds

This commit is contained in:
Evie Litherland-Smith 2024-01-10 14:20:58 +00:00
parent f8904dad32
commit f8731e0924

View file

@ -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