diff --git a/init.el b/init.el index 181fd0c..f1c80fe 100644 --- a/init.el +++ b/init.el @@ -132,8 +132,8 @@ (use-package avy :bind ("C-'" . avy-goto-char) - ("C-," . avy-goto-char-2) - ("C-\"" . avy-goto-char-timer) + ("C-\"" . avy-goto-char-2) + ("C-," . avy-goto-char-timer) ("M-g f" . avy-goto-line) ("M-g w" . avy-goto-word-1) ("M-g e" . avy-goto-word-0)