[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:
parent
c56455f851
commit
1d58d25015
|
@ -409,8 +409,6 @@ nnoremap <Leader>gs :Gstatus<CR>
|
||||||
nnoremap <Leader>gd :Gdiffsplit!<CR>
|
nnoremap <Leader>gd :Gdiffsplit!<CR>
|
||||||
" Open current file log in new tab, populate its location list with history
|
" 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>
|
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
|
" Open a buffer to the left with blame information
|
||||||
nnoremap <Leader>gb :Gblame<CR>
|
nnoremap <Leader>gb :Gblame<CR>
|
||||||
" Commit staged changes, open a new tab just for it
|
" Commit staged changes, open a new tab just for it
|
||||||
|
|
Loading…
Reference in a new issue