diff options
Diffstat (limited to 'lua/kickstart/plugins/lspconfig.lua')
-rw-r--r-- | lua/kickstart/plugins/lspconfig.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/kickstart/plugins/lspconfig.lua b/lua/kickstart/plugins/lspconfig.lua index 4ec78f9..67a2bdf 100644 --- a/lua/kickstart/plugins/lspconfig.lua +++ b/lua/kickstart/plugins/lspconfig.lua @@ -56,7 +56,7 @@ return { -- Jump to the definition of the word under your cursor. -- This is where a variable was first declared, or where a function is defined, etc. - -- To jump back, press <C-T>. + -- To jump back, press <C-t>. map('gd', require('telescope.builtin').lsp_definitions, '[G]oto [D]efinition') -- Find references for the word under your cursor. |