Is it possible to scroll down the left and right parts of a vertically split window in Vim? I have two files I would like to compare roughly. Each line of these files looks
:windo set scrollbind
will set scrollbind in all windows.