We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d6f98 commit cb1f16bCopy full SHA for cb1f16b
init.lua
@@ -456,7 +456,7 @@ require('lazy').setup({
456
457
-- Jump to the definition of the word under your cursor.
458
-- This is where a variable was first declared, or where a function is defined, etc.
459
- -- To jump back, press <C-T>.
+ -- To jump back, press <C-t>.
460
map('gd', require('telescope.builtin').lsp_definitions, '[G]oto [D]efinition')
461
462
-- Find references for the word under your cursor.
0 commit comments