Re: How to bind scrolling horizontal split windows?

2022-02-21 Thread Gary Johnson
On 2022-02-21, Igor wrote: > Hi, > I am using Vim 7.4 on Linux. > Now to the actual problem. I have text of multiple columns with header. When I > move down a buffer I no longer see head of columns, so I vertically slit > window. Top window is at first line position to see column headers, bottom >

How to bind scrolling horizontal split windows?

2022-02-21 Thread Igor
Hi, I am using Vim 7.4 on Linux. Open text file: :e some_file Split the same buffer to another window: :sp Turn off long line wrap: :set nowrap Bind scrolling of both windows: :set scrollbind Now move up and down a buffer and both windows scroll together. Now to the actual problem. I have tex