revert Gpush mapping
This commit is contained in:
parent
9fba784f57
commit
78a015d231
|
@ -24,7 +24,7 @@ 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>gg :!clear; git add %; git commit -m ''<Left>
|
||||
nnoremap <space>gp :Gpush<CR>
|
||||
nnoremap <space>gp :!clear; echo 'git push'; git push<CR>
|
||||
nnoremap <space>gl :Glog<CR>
|
||||
|
||||
" netrw
|
||||
|
|
Loading…
Reference in New Issue