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
|
(use-package avy
|
||||||
:ensure t
|
:ensure t
|
||||||
:diminish
|
: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 c" . avy-goto-char)
|
||||||
("C-c j l" . avy-goto-line)
|
("C-c j l" . avy-goto-line)))
|
||||||
("C-c j C-c" . avy-goto-char-2)))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** which-func config
|
** which-func config
|
||||||
|
|
Loading…
Reference in a new issue