[FIX][VIM] Unambiguous pull/push/merge mappings
This commit is contained in:
parent
d60e05b2af
commit
525502165f
|
@ -262,11 +262,11 @@ 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
|
||||||
nnoremap <Leader>gc :Gcommit -v -q<CR>
|
nnoremap <Leader>gc :Gcommit -v -q<CR>
|
||||||
" Invoke git-push with arguments, populate quick-fix list
|
" Invoke git-push with arguments, populate quick-fix list
|
||||||
nnoremap <Leader>gp :Gpush<Space>
|
nnoremap <Leader>gpu :Gpush<Space>
|
||||||
" Invoke git-pull with arguments, populate quick-fix list
|
" Invoke git-pull with arguments, populate quick-fix list
|
||||||
nnoremap <Leader>gl :Gpull<Space>
|
nnoremap <Leader>gpl :Gpull<Space>
|
||||||
" Invoke git-merge with arguments, populate quick-fix list
|
" Invoke git-merge with arguments, populate quick-fix list
|
||||||
nnoremap <Leader>gl :Gmerge<Space>
|
nnoremap <Leader>gm :Gmerge<Space>
|
||||||
|
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" Status line
|
" Status line
|
||||||
|
|
Loading…
Reference in a new issue