💻 Software
How do I maintain vertical splits with scrollbind in vim?
Fresh5 days ago
Mar 15, 20261326 viewsConfidence Score0%
0%
Problem
A while ago I saw a vim script which created vertical splits for the current buffer, so that the last line of the left window was the first line of the right window. It sets scrollbind so that what scrolls off the top of the right window, scrolls in at the bottom of the left window. Now I can't fin…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How do I maintain vertical splits with scrollbind in vim?
Low Risk
Check out this vim script, it does what you want. Also, thanks for the tip, I hadn't thought of this and it sounds like a great idea. FYI after playing with the linked tip for a while, this is my result: It does what the tip in the link does, with t…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix