The statusline tag has no wiki summary.
10
votes
1answer
2k views
Vim display in statusline after delay
Is it possible to have the statusline in Vim be updated so and so long after a given event?
And if so, how does one do that?
8
votes
1answer
167 views
How to recognize javascript libraries/frameworks in Vim?
I've switched from Textmate to Vim for about a year ago, so I've been immersed in books, screencasts and forums about Vim, and how people customize their .vimrc's.
I'm not a beginner anymore, however ...
5
votes
2answers
167 views
Can I give the quick fix window a different status line in vim?
I'd like to give the Quick Fix window a different status line than all my other windows.
I want it to have:
set statusline=\ %n\ \ %f%=%L\ lines\
When I'm in the quick fix window, I can use ...
2
votes
3answers
275 views
Display number of current buffer
I have a simple requirement: I want to display the number of the buffer I'm currently editing.
I don't want to type :buffers (or equivalent) but have this number show up in my status bar thingy along ...
2
votes
0answers
584 views
How do you remove the status line from the MiniBufExplorer window
I'm using Vim with MiniBufExplorer.
How do you hide the statusline for the MBE window? I've tried every permutation of setting laststatus (0,1,2) but the best I get is the status line disappearing ...
1
vote
1answer
94 views
Can I have multiline statusline in Vim?
Is there any way to make the status line in Vim spanning across multiple lines (e.g. inserting a newline character or something similar)?
I'd like to have full path (%F) to the opened file in one ...
0
votes
2answers
135 views
How is eclipse line number status line contribution item implemented?
I need to update status line editor-specific information. I already have my own implementation, but I would like to take a look how is eclipse contribution item, which shows line number/column ...
-1
votes
3answers
82 views
Vim status line not changing / clearing
No matter what I change status line to with set statusline my status line will not change. It looks like
".vimrc" 39L, 578C 1,1 All
with the ...