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

pull/748/head
Chiller Dragon 2 months ago committed by GitHub
parent c0d6f98924
commit cb1f16b8ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save