I’d like to make my statusline in vim more informative and interesting, and for that I need some ideas. How did you customize your statusline?
closed as not constructive by casperOne May 7 '12 at 21:11As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.If this question can be reworded to fit the rules in the help center, please edit the question. |
|||||||||
|
Pretty nice stuff for statuslines here: |
|||||||||
|
Seems powerline is where it is at these days:- Normal status line Customised status lines for other plugins (e.g. ctrlp) |
|||||||||||||||||||||
|
Here's mine:
And here's the colors I used:
|
|||||||||||||||||||||
|
This is the one I use:
Highlight on? function:
Colors (adapted from ligh2011.vim):
|
|||||||||||||||||||||
|
What I've found useful is to know which copy/paste buffer (register) is currently active:
|
|||||
|
Some times less is more, do you really need to know the percentage through the file you are when coding? What about the type of file?
I also prefer minimal color as not to distract from the code. Taken from: https://github.com/krisleech/vimfiles Note: |
|||||
|
I currently use this statusbar settings:
My complete .vimrc file: http://gabriev82.altervista.org/projects/vim-configuration/ |
|||||
|
This is mine, give as a suggestion |
|||
|