vim-fugitive mappings
This commit is contained in:
parent
2db99958bf
commit
f348a9affb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue