Keybinding for avy goto line

This commit is contained in:
Tobias Ostner 2023-02-25 09:18:41 +01:00
parent 20173b00a7
commit e86ea54b8e

View file

@ -45,7 +45,8 @@
(use-package avy
:bind
(("C-." . avy-goto-char-timer)
("C-:" . avy-goto-char)))
("C-:" . avy-goto-char)
("M-g f" . avy-goto-line)))
(use-package cider
:defer t)