Friday, August 15, 2014

Vim split window scrollbind

Sometimes, you want to make vim to scroll down two windows together (like in vimdiff).


:set scb
:set scrollbind

# toggle the option
:set scb!


Ref:

vim.wikia.com/wiki/Scrolling_synchronously

No comments:

Post a Comment