From 84675df236a41f3e7f1e79e6b2da1e61f7335b0e Mon Sep 17 00:00:00 2001 From: gryf Date: Fri, 15 Apr 2022 10:07:35 +0200 Subject: [PATCH] Use old commands for fugitive, new "Git something" is kind of annoying --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) 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