Add avy key bindings
This commit is contained in:
parent
c3467c4350
commit
08751837aa
1 changed files with 3 additions and 1 deletions
|
|
@ -36,7 +36,9 @@
|
|||
|
||||
(use-package avy
|
||||
:bind
|
||||
("C-." . avy-goto-char-timer))
|
||||
("C-." . avy-goto-char-timer)
|
||||
("C-," . avy-goto-char)
|
||||
("M-g l" . avy-goto-line))
|
||||
|
||||
(use-package cape
|
||||
:init
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue