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:
parent
201d90a7e3
commit
69f4b70069
1 changed files with 1 additions and 2 deletions
|
@ -462,8 +462,7 @@ directives. By default, this only recognizes C directives.")
|
||||||
:nv "gd" #'+lookup/definition
|
:nv "gd" #'+lookup/definition
|
||||||
:nv "gD" #'+lookup/references
|
:nv "gD" #'+lookup/references
|
||||||
:nv "gf" #'+lookup/file
|
:nv "gf" #'+lookup/file
|
||||||
:nv "gI" #'+lookup/implementations
|
:nv "gI" #'+lookup/implementations)
|
||||||
:nv "gA" #'+lookup/assignments)
|
|
||||||
(:when (modulep! :tools eval)
|
(:when (modulep! :tools eval)
|
||||||
:nv "gr" #'+eval:region
|
:nv "gr" #'+eval:region
|
||||||
:n "gR" #'+eval/buffer
|
:n "gR" #'+eval/buffer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue