Bind gI and gA to new +lookup commands
Since these aren't used otherwise.
This commit is contained in:
parent
f26161410c
commit
f1d89bf9c2
1 changed files with 3 additions and 1 deletions
|
@ -492,7 +492,9 @@ directives. By default, this only recognizes C directives.")
|
|||
:nv "K" #'+lookup/documentation
|
||||
:nv "gd" #'+lookup/definition
|
||||
:nv "gD" #'+lookup/references
|
||||
:nv "gf" #'+lookup/file)
|
||||
:nv "gf" #'+lookup/file
|
||||
:nv "gI" #'+lookup/implementations
|
||||
:nv "gA" #'+lookup/assignments)
|
||||
(:when (featurep! :tools eval)
|
||||
:nv "gr" #'+eval:region
|
||||
:n "gR" #'+eval/buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue