mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Bind gI and gA to new +lookup commands
Since these aren't used otherwise.
This commit is contained in:
@ -492,7 +492,9 @@ directives. By default, this only recognizes C directives.")
|
|||||||
:nv "K" #'+lookup/documentation
|
:nv "K" #'+lookup/documentation
|
||||||
: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 "gA" #'+lookup/assignments)
|
||||||
(:when (featurep! :tools eval)
|
(:when (featurep! :tools eval)
|
||||||
:nv "gr" #'+eval:region
|
:nv "gr" #'+eval:region
|
||||||
:n "gR" #'+eval/buffer
|
:n "gR" #'+eval/buffer
|
||||||
|
Reference in New Issue
Block a user