change avy binds
This commit is contained in:
parent
6832ad76fc
commit
5f67089942
1 changed files with 3 additions and 4 deletions
7
init.el
7
init.el
|
@ -136,10 +136,9 @@
|
|||
|
||||
;; Avy (jump to char)
|
||||
(use-package avy
|
||||
:bind
|
||||
(("C-;" . avy-goto-char)
|
||||
("C-:" . avy-goto-word-1)
|
||||
("M-g g" . avy-goto-line)))
|
||||
:bind (("C-:" . avy-goto-char)
|
||||
("C-;" . avy-goto-word-1)
|
||||
("C-'" . avy-goto-line)))
|
||||
|
||||
(use-package undo-tree
|
||||
:after evil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue