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 02f4525 commit b81a7caCopy full SHA for b81a7ca
init.lua
@@ -454,7 +454,7 @@ require('lazy').setup({
454
455
-- Jump to the definition of the word under your cursor.
456
-- This is where a variable was first declared, or where a function is defined, etc.
457
- -- To jump back, press <C-T>.
+ -- To jump back, press <C-t>.
458
map('gd', require('telescope.builtin').lsp_definitions, '[G]oto [D]efinition')
459
460
-- Find references for the word under your cursor.
0 commit comments