revert Gpush mapping
This commit is contained in:
parent
629e6780c0
commit
c541e16969
|
@ -24,8 +24,8 @@ nnoremap <space>ga :!clear; git add %; git status<CR>
|
||||||
nnoremap <space>gA :!clear; git add .; git status<CR>
|
nnoremap <space>gA :!clear; git add .; git status<CR>
|
||||||
nnoremap <space>gc :Gcommit<CR>
|
nnoremap <space>gc :Gcommit<CR>
|
||||||
nnoremap <space>gg :!clear; git add %; git commit -m ''<Left>
|
nnoremap <space>gg :!clear; git add %; git commit -m ''<Left>
|
||||||
" nnoremap <space>gp :!clear; echo 'git push'; git push<CR>
|
nnoremap <space>gp :!clear; echo 'git push'; git push<CR>
|
||||||
nnoremap <silent> <space>gp :Gpush<CR>
|
" nnoremap <space>gp :Gpush<CR>
|
||||||
nnoremap <space>gl :Glog<CR>
|
nnoremap <space>gl :Glog<CR>
|
||||||
|
|
||||||
" netrw
|
" netrw
|
||||||
|
|
Loading…
Reference in New Issue