Created
November 22, 2013 10:04
-
-
Save lithammer/7597622 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 statusline=%1*\ [%n]\ [%f]%m%r%h%w%y[%{&ff}:%{strlen(&fenc)?&fenc:'none'}]%=%(\ %c,%l/%L\ %)%P | |
" │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ | |
" │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─ percent through file | |
" │ │ │ │ │ │ │ │ │ │ │ │ │ └─ total number of lines | |
" │ │ │ │ │ │ │ │ │ │ │ │ └─ current line number | |
" │ │ │ │ │ │ │ │ │ │ │ └─ current column number | |
" │ │ │ │ │ │ │ │ │ │ └─ left/right separator | |
" │ │ │ │ │ │ │ │ │ └─ file encoding | |
" │ │ │ │ │ │ │ │ └─ file format | |
" │ │ │ │ │ │ │ └─ file type | |
" │ │ │ │ │ │ └─ preview window flag | |
" │ │ │ │ │ └─ help file flag | |
" │ │ │ │ └─ readonly flag | |
" │ │ │ └─ modified flag | |
" │ │ └─ path to the file | |
" │ └─ buffer number | |
" └─ User1 highlight |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment