chore: rename <C-T> to <C-t> for consistency (#719)

This commit is contained in:
Chiller Dragon 2024-03-12 07:20:39 +08:00 committed by Peter Tillemans
parent fd18ddfd0a
commit 03a2ca3273

View file

@ -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 <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.