From 69f4b70069c3bcd41203e343aa96e3bfab233e56 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 25 Jul 2024 03:59:59 -0400 Subject: [PATCH] fix(evil): remove gA keybind I was working on a +lookup/assignments around the time I introduced +lookup/implementations, but I dropped it and forgot to remove this keybind, which snuck in on f1d89bf. Amend: f1d89bf9c2a9 --- modules/editor/evil/config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/editor/evil/config.el b/modules/editor/evil/config.el index 7aa969a9a..e8f31550a 100644 --- a/modules/editor/evil/config.el +++ b/modules/editor/evil/config.el @@ -462,8 +462,7 @@ directives. By default, this only recognizes C directives.") :nv "gd" #'+lookup/definition :nv "gD" #'+lookup/references :nv "gf" #'+lookup/file - :nv "gI" #'+lookup/implementations - :nv "gA" #'+lookup/assignments) + :nv "gI" #'+lookup/implementations) (:when (modulep! :tools eval) :nv "gr" #'+eval:region :n "gR" #'+eval/buffer