Quick fixup in Vim with fugitive July 20th 2014
I am a huge fan of Tim Pope’s fugitive git plugin for Vim. I rarely have to drop
out of vim to do any git related functions. However, I found that --fixup
is not
well supported in fugitive, but can be easily be achieved. One of my workflows with git is to
add fixup commits whenever I am doing revisions due to …