From a299b15972347f9f6c4763bbe115fbb7913e3edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Sun, 3 Oct 2021 21:49:28 +0200 Subject: [PATCH] Add more git commands for ideavimrc --- symlinks/ideavimrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/symlinks/ideavimrc b/symlinks/ideavimrc index cd4d89b..53fb7b2 100644 --- a/symlinks/ideavimrc +++ b/symlinks/ideavimrc @@ -34,3 +34,9 @@ command! Start action Run command! A action GotoTest command! Scratch action NewScratchBuffer command! Ex NERDTree +command! Gw action Git.Add +command! Ggpull action Git.Pull +command! Gdiffsplit action Git.CompareWithBranch +command! G action Git.Menu +command! Gpro action Github.Create.Pull.Request +command! Gblame action Annotate