Created
July 13, 2019 18:02
-
-
Save DerBunman/34f32acd5c01850a0c7359744e565ac3 to your computer and use it in GitHub Desktop.
sticky header in vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:set scrollopt+=hor | |
:set scrollopt-=ver | |
:set nowrap | |
:1split | |
:windo set scrollbind |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment