update git mappings, remove fugitive references
This commit is contained in:
parent
4207a47802
commit
be817e5df3
3
init.vim
3
init.vim
|
@ -351,12 +351,9 @@ endif
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
" git mappings {{{
|
" git mappings {{{
|
||||||
" also see vim-fugitive plugin section
|
|
||||||
nnoremap <space>gD :!clear; echo 'git diff'; git diff<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>gA :!clear; git add .; git status<CR>
|
|
||||||
nnoremap <space>gg :!clear; git add %; git commit -m ''<Left>
|
nnoremap <space>gg :!clear; git add %; git commit -m ''<Left>
|
||||||
nnoremap <space>gP :!clear; echo 'git push'; git push<CR>
|
|
||||||
|
|
||||||
"}}}
|
"}}}
|
||||||
" movement/navigation{{{
|
" movement/navigation{{{
|
||||||
|
|
Loading…
Reference in New Issue