Putty: Refresh VIM screen

puttyvim

Often when working in VIM via SSH in Putty from a Windows machine I get line corruption, where the display is one line off. Running :!clear or unmaximizing-then-maximizing the Putty window resolves the issue, but ^L and ^R do not. Is there a better way from within VIM to redraw the screen?

Thanks.

Best Answer

:redraw

can be used to redraw everything.

Related Question