When I use
git commit --amend
It will enter into a vi window to let me input comments for commit, the problem is the vi windows will show
In Vi both of these are redraw:
From http://www.cs.rit.edu/~cslab/vi.html#A1.4 (dead link; see archive)
As noted in the comments Vim now uses ^R for redo and ^L alone for redraw.
To force a screen refresh
:redraw!
I've been using ctrl+L for such purposes for 35 years now, what's wrong with it?