back to old push mapping
This commit is contained in:
parent
c541e16969
commit
0be5555df0
|
@ -24,6 +24,7 @@ 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 :pedit | read ! echo 'git push'; git push<CR>
|
||||||
nnoremap <space>gp :!clear; echo 'git push'; git push<CR>
|
nnoremap <space>gp :!clear; echo 'git push'; git push<CR>
|
||||||
" nnoremap <space>gp :Gpush<CR>
|
" nnoremap <space>gp :Gpush<CR>
|
||||||
nnoremap <space>gl :Glog<CR>
|
nnoremap <space>gl :Glog<CR>
|
||||||
|
|
Loading…
Reference in New Issue