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