Skip to content

Commit cb1f16b

Browse files
chore: rename <C-T> to <C-t> for consistency (nvim-lua#719)
1 parent c0d6f98 commit cb1f16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ require('lazy').setup({
456456

457457
-- Jump to the definition of the word under your cursor.
458458
-- This is where a variable was first declared, or where a function is defined, etc.
459-
-- To jump back, press <C-T>.
459+
-- To jump back, press <C-t>.
460460
map('gd', require('telescope.builtin').lsp_definitions, '[G]oto [D]efinition')
461461

462462
-- Find references for the word under your cursor.

0 commit comments

Comments
 (0)