vim-fugitive mappings

This commit is contained in:
ManjaroOne666 2018-03-28 22:46:48 +01:00
parent 2db99958bf
commit f348a9affb
1 changed files with 3 additions and 3 deletions

View File

@ -22,10 +22,10 @@ nnoremap <space>gd :Gdiff<CR>
nnoremap <space>gD :!clear; echo 'git diff'; git diff<CR>
nnoremap <space>ga :!clear; git add %; git status<CR>
nnoremap <space>gA :!clear; git add .; git status<CR>
nnoremap <space>gc :!clear; git commit -m ''<Left>
nnoremap <space>gc :Gcommit<CR>
nnoremap <space>gg :!clear; git add %; git commit -m ''<Left>
nnoremap <space>gp :!clear; echo 'git push'; git push<CR>
nnoremap <space>gl :!clear; git log<CR>
nnoremap <space>gp :Gpush<CR>
nnoremap <space>gl :Glog<CR>
" netrw
nnoremap <space>ex :Ex<CR>