[UPDATE][VIM] Remove Gmove leader mappings

I never use it, and git-messenger shadows the mapping, which I should
make less implicit by at least removing this useless option.
This commit is contained in:
Bruno BELANYI 2019-10-25 23:48:16 +02:00
parent c56455f851
commit 1d58d25015

View file

@ -409,8 +409,6 @@ nnoremap <Leader>gs :Gstatus<CR>
nnoremap <Leader>gd :Gdiffsplit!<CR>
" Open current file log in new tab, populate its location list with history
nnoremap <Leader>gl :sp<CR><C-w>T:Gllog --follow -- %:p<CR>
" Use git-mv and rename the buffer, backspace and add '!' to use the '-f' flag
nnoremap <Leader>gm :Gmove<Space>
" Open a buffer to the left with blame information
nnoremap <Leader>gb :Gblame<CR>
" Commit staged changes, open a new tab just for it