This commit is contained in:
DeveloperDurp 2026-01-19 05:16:31 -06:00
parent e59fa1b32f
commit 266b888ba9
4 changed files with 21 additions and 6 deletions

View file

@ -218,7 +218,7 @@ map <leader>GP <Action>(TUILauncher.glab-ci-view-web)
let g:WhichKeyDesc_Tools = "<leader>t Tools"
let g:WhichKeyDesc_Tools_Copilot = "<leader>tc Continue"
let g:WhichKeyDesc_Tools_Debug = "<leader>td Debug"
let g:WhichKeyDesc_Tools_Database = "<leader>td Database"
let g:WhichKeyDesc_Tools_Database = "<leader>tD Database"
let g:WhichKeyDesc_Tools_Terminal = "<leader>tt Terminal"
let g:WhichKeyDesc_tools_mergerequest = "<leader>tm Merge Request"
let g:WhichKeyDesc_tools_services = "<leader>ts Services"
@ -235,7 +235,7 @@ map <leader>ts <Action>(ActivateServicesToolWindow)
map <leader>tk <Action>(TUILauncher.k9s)
map <leader>ty <Action>(TUILauncher.yazi)
map <leader>tg <Action>(TUILauncher.lazygit)
map <leader>tD <Action)(ActivateDatabaseToolWindow)
map <leader>tD <Action>(ActivateDatabaseToolWindow)
" Easy visual indentation
vnoremap < <gv