mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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 onf1d89bf
. Amend:f1d89bf9c2
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user