diff --git a/vim/.vimrc b/vim/.vimrc index 0bda9d9..58c0a8d 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -416,12 +416,6 @@ nnoremap gm :Gmove 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 gpu :Gpush -" Invoke git-pull with arguments, populate quick-fix list -nnoremap gpl :Gpull -" Invoke git-merge with arguments, populate quick-fix list -nnoremap gm :Gmerge " }}} " }}}