diff --git a/init.lua b/init.lua index 65d5dba..cbaf96f 100644 --- a/init.lua +++ b/init.lua @@ -482,7 +482,7 @@ require('lazy').setup({ -- 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 . + -- To jump back, press . map('gd', require('telescope.builtin').lsp_definitions, '[G]oto [D]efinition') -- Find references for the word under your cursor.