Skip to content

Instantly share code, notes, and snippets.

@DerBunman
Created July 13, 2019 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DerBunman/34f32acd5c01850a0c7359744e565ac3 to your computer and use it in GitHub Desktop.
Save DerBunman/34f32acd5c01850a0c7359744e565ac3 to your computer and use it in GitHub Desktop.
sticky header in vim
: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