Skip to content

Instantly share code, notes, and snippets.

@kentatogashi
Created February 1, 2018 01:13
Show Gist options
  • Save kentatogashi/53665f3fd87b88336c95420ef9ec54cf to your computer and use it in GitHub Desktop.
Save kentatogashi/53665f3fd87b88336c95420ef9ec54cf to your computer and use it in GitHub Desktop.
statuslineの装飾
set statusline=%F
set statusline+=%m
set statusline+=[ENC=%{&fileencoding}]
set statusline+=%=
set statusline+=[LOW=%l/%L]
set laststatus=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment