aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorChiller Dragon <chillerdragon@gmail.com>2024-03-12 07:20:39 +0800
committerGitHub <noreply@github.com>2024-03-11 19:20:39 -0400
commitcb1f16b8cad0c06eac841a227825d9f23b4acba0 (patch)
tree6878c0701a7c1b716a9682897ce95930c2e9f843 /init.lua
parentc0d6f9892442243b4586c6ef9d246b8b653cf259 (diff)
chore: rename <C-T> to <C-t> for consistency (#719)
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 9216e60..c570c4c 100644
--- a/init.lua
+++ b/init.lua
@@ -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.