[UPDATE][VIM] Remove unused fugitive mappings

This commit is contained in:
Bruno BELANYI 2019-10-12 13:29:15 +02:00
parent c06f7c9faf
commit 78d5a77552

View file

@ -416,12 +416,6 @@ nnoremap <Leader>gm :Gmove<Space>
nnoremap <Leader>gb :Gblame<CR>
" Commit staged changes, open a new tab just for it
nnoremap <Leader>gc :Gcommit -v -q<CR>
" Invoke git-push with arguments, populate quick-fix list
nnoremap <Leader>gpu :Gpush<Space>
" Invoke git-pull with arguments, populate quick-fix list
nnoremap <Leader>gpl :Gpull<Space>
" Invoke git-merge with arguments, populate quick-fix list
nnoremap <Leader>gm :Gmerge<Space>
" }}}
" }}}