update git mappings, remove fugitive references

This commit is contained in:
Ray Elliott 2020-04-07 15:58:23 +01:00
parent 4207a47802
commit be817e5df3
1 changed files with 0 additions and 3 deletions

View File

@ -351,12 +351,9 @@ endif
" }}}
" git mappings {{{
" also see vim-fugitive plugin section
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>gg :!clear; git add %; git commit -m ''<Left>
nnoremap <space>gP :!clear; echo 'git push'; git push<CR>
"}}}
" movement/navigation{{{