Skip to content

Commit

Permalink
chore: rename <C-T> to <C-t> for consistency (nvim-lua#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Mar 11, 2024
1 parent c0d6f98 commit cb1f16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,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 <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.
Expand Down

0 comments on commit cb1f16b

Please sign in to comment.