Vim scrolling option
When you split Vim window you might want to scroll simultaneously or not. To change the behaviour:
:set scrollbind
or
:set scrollbind!
When you split Vim window you might want to scroll simultaneously or not. To change the behaviour:
:set scrollbind
or
:set scrollbind!