change avy binds

This commit is contained in:
outfoxxed 2025-07-24 20:52:54 -07:00
parent 6832ad76fc
commit 5f67089942
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

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