commit cc9a3a96b4c99abe8f54c0a9ea55efb03f0f1562 from: Thomas Böhler date: Thu Sep 18 18:52:35 2025 UTC vim: remove gt short for LSP gt is reserved for tabs damn it Signed-off-by: Thomas Böhler commit - 13d05c511899fde3ab582dca3cab0e6b5a7a8b19 commit + cc9a3a96b4c99abe8f54c0a9ea55efb03f0f1562 blob - ec86604154a4b8719515e78e7b9b99ceaa8646a7 blob + e8b861244b867637224931e056fbdb0154746a6b --- vim/.vimrc +++ vim/.vimrc @@ -129,15 +129,12 @@ function! s:on_lsp_buffer_enabled() abort nmap gS (lsp-workspace-symbol-search) nmap gr (lsp-references) nmap gi (lsp-implementation) - nmap gt (lsp-type-definition) nmap rn (lsp-rename) nmap [g (lsp-previous-diagnostic) nmap ]g (lsp-next-diagnostic) nmap K (lsp-hover) let g:lsp_format_sync_timeout = 1000 - - " refer to doc to add more commands endfunction augroup lsp_install