Keybinding for avy goto line
This commit is contained in:
parent
20173b00a7
commit
e86ea54b8e
1 changed files with 2 additions and 1 deletions
|
|
@ -45,7 +45,8 @@
|
|||
(use-package avy
|
||||
:bind
|
||||
(("C-." . avy-goto-char-timer)
|
||||
("C-:" . avy-goto-char)))
|
||||
("C-:" . avy-goto-char)
|
||||
("M-g f" . avy-goto-line)))
|
||||
|
||||
(use-package cider
|
||||
:defer t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue