diff --git a/vimrc b/vimrc index 78f4b60..c8cfade 100644 --- a/vimrc +++ b/vimrc @@ -464,6 +464,10 @@ vmap DVB_Drag('up') vmap D DVB_Duplicate() let g:DVB_TrimWS = 1 "}}} +"Fugitive {{{2 +" I like simple G* commands, i.e. Gblame over Git blame +let g:fugitive_legacy_commands = 1 +"}}} "Gundo {{{2 map u :GundoToggle let g:gundo_prefer_python3 = 1