Rebind avy-goto-char to a more sane key

This commit is contained in:
Gergely Polonkai 2016-11-07 13:20:45 +01:00
parent ceb06977a4
commit c902a22bcf
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@
:config
(avy-setup-default)
:bind
(("C-:" . avy-goto-char)
(("M-g c" . avy-goto-char)
("C-'" . avy-goto-char-2)
("M-g f" . avy-goto-line)
("M-g w" . avy-goto-word-1)