Skip to content

Instantly share code, notes, and snippets.

@kxzk
Created January 8, 2018 04:11
Show Gist options
  • Save kxzk/43b94b2c74daa5d605e560ffdf1dcd5f to your computer and use it in GitHub Desktop.
Save kxzk/43b94b2c74daa5d605e560ffdf1dcd5f to your computer and use it in GitHub Desktop.
basic statusline
" this
set statusline=%f%n
" is the same as this
" but this variant is cleaner and easier to maintain
set statusline=
set statusline+=%f
set statusline+=%n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment