diff options
Diffstat (limited to 'src/core-commands.c')
| -rw-r--r-- | src/core-commands.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core-commands.c b/src/core-commands.c index 6c4ab58..db3ae9d 100644 --- a/src/core-commands.c +++ b/src/core-commands.c @@ -39,6 +39,7 @@ #include "spawn.h" #include "glob.h" #include "help.h" +#include "lsp.h" #include "cmdline.h" #include "error.h" #include "memory.h" @@ -1068,6 +1069,8 @@ teco_state_fcommand_input(teco_machine_main_t *ctx, gunichar chr, GError **error .modifier_at = TRUE, .modifier_colon = 2}, ['N'] = {&teco_state_replace_default_all, .modifier_at = TRUE, .modifier_colon = 1}, + ['T'] = {&teco_state_lsp_lookup, + .modifier_at = TRUE, .modifier_colon = 1}, ['G'] = {&teco_state_changedir, .modifier_at = TRUE}, |
