" =========================================== " Gitv settings " =========================================== if has('Gitv') let g:Gitv_CommitStep = &lines let g:Gitv_WrapLines = 1 let g:Gitv_TruncateCommitSubjects = 0 let g:Gitv_OpenPreviewOnLaunch = 1 let g:Gitv_PromptToDeleteMergeBranch = 1 let g:Gitv_DoNotMapCtrlKey = 0 let g:Gitv_QuietBisect = 0 nnoremap gitv :Gitv --all vnoremap gitv :Gitv --all nnoremap gitV :Gitv! --all vnoremap gitV :Gitv! --all nnoremap gitD :call Gitv_OpenGitCommand("diff --no-color", 'new') vnoremap gitD :call Gitv_OpenGitCommand("diff --no-color", 'new') "nnoremap Gitd :call Gitv_OpenGitCommand("diff --no-color --cached", 'vnew') "vnoremap Gitd :call Gitv_OpenGitCommand("diff --no-color --cached", 'vnew') endif