diff options
author | Chiller Dragon <chillerdragon@gmail.com> | 2024-03-12 07:20:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-11 19:20:39 -0400 |
commit | cb1f16b8cad0c06eac841a227825d9f23b4acba0 (patch) | |
tree | 6878c0701a7c1b716a9682897ce95930c2e9f843 /init.lua | |
parent | c0d6f9892442243b4586c6ef9d246b8b653cf259 (diff) |
chore: rename <C-T> to <C-t> for consistency (#719)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |