From e86ea54b8e35930fa42e2a2a986046cd093ebd6a Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sat, 25 Feb 2023 09:18:41 +0100 Subject: [PATCH] Keybinding for avy goto line --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 04f88c6..0baab63 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)