This commit is contained in:
DeveloperDurp 2025-04-10 06:17:17 -05:00
parent e4fc8f57e8
commit ccba1d63d6
2 changed files with 11 additions and 9 deletions

View file

@ -198,9 +198,11 @@ map <leader>ns <action>(NewScratchFile)
" Git windows
let g:WhichKeyDesc_git = "<leader>G Git/Go Operations"
let g:WhichKeyDesc_git_lazygit = "<leader>Gg Lazygit"
let g:WhichKeyDesc_git_commit = "<leader>Gc Open Git commit dialog"
let g:WhichKeyDesc_git_branches = "<leader>Gb Open Git branches list"
let g:WhichKeyDesc_git_pull = "<leader>Gp Open Git Pull"
map <leader>Gg <Action>(TUILauncher.lazygit)
map <leader>Gc <Action>(CheckinProject)
map <leader>Gb <Action>(Git.Branches)
map <leader>Gp <Action>(Git.Pull)