From 1186cc21b189e28be72f96401800297aee0e5e8a Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 11 Apr 2025 05:19:20 -0500 Subject: [PATCH] update --- .ideavimrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.ideavimrc b/.ideavimrc index b3957c6..a95678c 100644 --- a/.ideavimrc +++ b/.ideavimrc @@ -200,11 +200,9 @@ map ns (NewScratchFile) " Git windows let g:WhichKeyDesc_git = "G Git/Go Operations" -let g:WhichKeyDesc_git_lazygit = "Gg Lazygit" let g:WhichKeyDesc_git_commit = "Gc Open Git commit dialog" let g:WhichKeyDesc_git_branches = "Gb Open Git branches list" let g:WhichKeyDesc_git_pull = "Gp Open Git Pull" -map Gg (TUILauncher.lazygit) map Gc (CheckinProject) map Gb (Git.Branches) map Gp (Git.Pull) @@ -212,14 +210,15 @@ map GP (Vcs.Push) " Tools let g:WhichKeyDesc_Tools = "t Tools" -let g:WhichKeyDesc_git_Tools_Copilot = "tc Continue" -let g:WhichKeyDesc_git_Tools_Debug = "td Debug" -let g:WhichKeyDesc_git_Tools_Terminal = "tt Terminal" +let g:WhichKeyDesc_Tools_Copilot = "tc Continue" +let g:WhichKeyDesc_Tools_Debug = "td Debug" +let g:WhichKeyDesc_Tools_Terminal = "tt Terminal" let g:WhichKeyDesc_tools_mergerequest = "tm Merge Request" let g:WhichKeyDesc_tools_services = "ts Services" let g:WhichKeyDesc_tools_run = "tr Run" let g:WhichKeyDesc_tools_k9s = "tk k9s" let g:WhichKeyDesc_tools_yazi = "ty yazi" +let g:WhichKeyDesc_tools_lazygit = "tg Lazygit" map tc (continue.focusContinueInputWithoutClear) map td (ActivateDebugToolWindow) map tt (ActivateTerminalToolWindow) @@ -228,6 +227,7 @@ map tr (ActivateRunToolWindow) map ts (ActivateServicesToolWindow) map tk (TUILauncher.k9s) map ty (TUILauncher.yazi) +map tg (TUILauncher.lazygit) " Easy visual indentation vnoremap <