vim: unmap grt

This commit is contained in:
2025-07-14 17:33:17 +08:00
parent 78dcc5ea04
commit 6f97e895d6
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
"list.maxPreviewHeight": 16,
"list.floatPreview": true,
"list.source.files.filterByName": true,
"list.source.files.defaultAction": "tabe",
"go.goplsPath": "/usr/bin/gopls",
"go.goplsUseDaemon": true,
"go.goplsOptions": {

3
vimrc
View File

@@ -259,6 +259,7 @@ nunmap gri
nunmap grr
nunmap gra
nunmap grn
nunmap grt
" Custom list invocation
"let g:coc_enable_locationlist = 0
@@ -351,7 +352,7 @@ set t_8b=[48:2::%lu:%lu:%lum
command -nargs=* C !g++ %:p <Args>
command -nargs=* CR rightb 15split +term\ g++\ <Args>\ %:p\ &&\ ./a.out
command R rightb 15split +term\ ./a.out
command! -nargs=* G CocList --normal --auto-preview grep -folder <Args>
command! -nargs=* G CocList --normal --auto-preview grep -smartcase -folder <Args>
command! -nargs=* F CocList --auto-preview files -folder <Args>