Swap C-, and C-" avy bindings for consistency

This commit is contained in:
eriedaberrie 2025-02-05 15:55:07 +00:00
parent 7127b4080e
commit 1f86baac93

View file

@ -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)