revert Gpush mapping

This commit is contained in:
ManjaroOne666 2018-03-28 23:08:08 +01:00
parent 9fba784f57
commit 78a015d231
1 changed files with 1 additions and 1 deletions

View File

@ -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