From 78d5a775523c70e6dd90531caaf285198af4c9ad Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 12 Oct 2019 13:29:15 +0200 Subject: [PATCH] [UPDATE][VIM] Remove unused fugitive mappings --- vim/.vimrc | 6 ------ 1 file changed, 6 deletions(-) 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 " }}} " }}}