Skip to content

Commit b81a7ca

Browse files
ChillerDragonhchienjo
authored andcommitted
chore: rename <C-T> to <C-t> for consistency (nvim-lua#719)
1 parent 02f4525 commit b81a7ca

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
@@ -454,7 +454,7 @@ require('lazy').setup({
454454

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

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

0 commit comments

Comments
 (0)