diff --git a/init.el b/init.el index ca82376..44c5cad 100755 --- a/init.el +++ b/init.el @@ -136,10 +136,9 @@ ;; Avy (jump to char) (use-package avy - :bind - (("C-;" . avy-goto-char) - ("C-:" . avy-goto-word-1) - ("M-g g" . avy-goto-line))) + :bind (("C-:" . avy-goto-char) + ("C-;" . avy-goto-word-1) + ("C-'" . avy-goto-line))) (use-package undo-tree :after evil