From 525502165f3d57a0edb849ffd0187953cadc0b3a Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 14 Jul 2019 08:01:31 +0200 Subject: [PATCH] [FIX][VIM] Unambiguous pull/push/merge mappings --- vim/.vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 470bf7e..e3c4b8b 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -262,11 +262,11 @@ nnoremap gb :Gblame " Commit staged changes, open a new tab just for it nnoremap gc :Gcommit -v -q " Invoke git-push with arguments, populate quick-fix list -nnoremap gp :Gpush +nnoremap gpu :Gpush " Invoke git-pull with arguments, populate quick-fix list -nnoremap gl :Gpull +nnoremap gpl :Gpull " Invoke git-merge with arguments, populate quick-fix list -nnoremap gl :Gmerge +nnoremap gm :Gmerge """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Status line