Fugitive - Diff using a vertical split

This commit is contained in:
Emmanuel BENOîT 2020-12-15 08:49:15 +01:00
parent 15fb5bd18f
commit 2f374cc6cd

View file

@ -1,6 +1,6 @@
" Fugitive commands that don't require interaction with GitGutter or NERDTree
nnoremap <silent> <Leader>ga :Git add %:p<cr>
nnoremap <silent> <Leader>gd :Gdiffsplit<cr>
nnoremap <silent> <Leader>gd :Gvdiffsplit<cr>
nnoremap <silent> <Leader>gs :Git<cr>
nnoremap <silent> <Leader>gc :Git commit -q<cr>
nnoremap <silent> <Leader>gz :Git reset %:p<cr>