File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -539,11 +539,11 @@ require('lazy').setup({
539539 -- Jump to the definition of the word under your cursor.
540540 -- This is where a variable was first declared, or where a function is defined, etc.
541541 -- To jump back, press <C-t>.
542- map (' grd ' , require (' telescope.builtin' ).lsp_definitions , ' [G]oto [D]efinition' )
542+ map (' gd ' , require (' telescope.builtin' ).lsp_definitions , ' [G]oto [D]efinition' )
543543
544544 -- WARN: This is not Goto Definition, this is Goto Declaration.
545545 -- For example, in C this would take you to the header.
546- map (' grD ' , vim .lsp .buf .declaration , ' [G]oto [D]eclaration' )
546+ map (' gD ' , vim .lsp .buf .declaration , ' [G]oto [D]eclaration' )
547547
548548 -- Fuzzy find all the symbols in your current document.
549549 -- Symbols are things like variables, functions, types, etc.
You can’t perform that action at this time.
0 commit comments