avy-alternatives
This commit is contained in:
parent
a464c18a15
commit
d72ab73122
@ -505,10 +505,11 @@ The current directory is assumed to be the project's root otherwise."
|
|||||||
:bind (("C-;" . jump-char-forward))
|
:bind (("C-;" . jump-char-forward))
|
||||||
:ensure t)
|
:ensure t)
|
||||||
|
|
||||||
|
(imalison:prefix-alternative imalison:avy avy-goto-word-1 avy-goto-char)
|
||||||
(use-package avy
|
(use-package avy
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind (("C-j" . avy-goto-char)
|
:bind (("C-j" . imalison:avy)
|
||||||
("M-g f" . avy-goto-line)
|
("M-g l" . avy-goto-line)
|
||||||
("C-'" . avy-goto-char-2)))
|
("C-'" . avy-goto-char-2)))
|
||||||
|
|
||||||
(use-package ace-window
|
(use-package ace-window
|
||||||
|
Loading…
Reference in New Issue
Block a user