back to old push mapping

This commit is contained in:
ManjaroOne666 2018-03-28 23:46:03 +01:00
parent c541e16969
commit 0be5555df0
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +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 :pedit | read ! echo 'git push'; git push<CR>
nnoremap <space>gp :!clear; echo 'git push'; git push<CR>
" nnoremap <space>gp :Gpush<CR>
nnoremap <space>gl :Glog<CR>