Add avy key bindings

This commit is contained in:
Tobias Ostner 2026-05-03 19:08:49 +02:00
parent c3467c4350
commit 08751837aa

View file

@ -36,7 +36,9 @@
(use-package avy
:bind
("C-." . avy-goto-char-timer))
("C-." . avy-goto-char-timer)
("C-," . avy-goto-char)
("M-g l" . avy-goto-line))
(use-package cape
:init