summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/init-avy.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/init-avy.el b/lisp/init-avy.el
index 4a3e249..37d89b8 100644
--- a/lisp/init-avy.el
+++ b/lisp/init-avy.el
@@ -1,7 +1,7 @@
(use-package avy
:bind
- ;; C-: jumps to char using 2 chars
- (("C-:". avy-goto-char-2)
+ ;; C-x j jumps to char using 2 chars
+ (("C-x j". avy-goto-char-2)
;; M-g M-g uses avy-goto-line instead regular goto-line
("M-g M-g" . avy-goto-line)))