From 5f6708994244044d40dfd5a6ca56b756601fe8d5 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Thu, 24 Jul 2025 20:52:54 -0700 Subject: [PATCH] change avy binds --- init.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index ca82376..44c5cad 100755 --- a/init.el +++ b/init.el @@ -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