Adjust avy binds
This commit is contained in:
parent
f8904dad32
commit
f8731e0924
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue