vim-fugitive mappings
This commit is contained in:
parent
240906738f
commit
d13a82f87d
|
@ -17,8 +17,9 @@ nnoremap <silent> A :call CheckLineEnding()<CR>
|
||||||
|
|
||||||
nnoremap <space>co :!clear;
|
nnoremap <space>co :!clear;
|
||||||
|
|
||||||
nnoremap <space>gs :!clear; echo 'git status'; git status<CR>
|
nnoremap <space>gs :Gstatus<CR>
|
||||||
nnoremap <space>gd :!clear; echo 'git diff'; git diff<CR>
|
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>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 :!clear; git commit -m ''<Left>
|
||||||
|
|
Loading…
Reference in New Issue