Re: Vim statusline examples with screenshots?

2011-07-09 Thread Jason Timrod
@googlegroups.com Cc: Sent: Friday, July 8, 2011 10:05 PM Subject: Re: Vim statusline examples with screenshots? Hi all, I have a video :) the ATP plugin (which I'm maintaining) has a statusline with progress bar info, here's the link http://atp-vim.sourceforge.net/videos.shtml (look at the PROGRESS BAR

Re: Vim statusline examples with screenshots?

2011-07-08 Thread François Ingelrest
Hi, On Thu, Jul 7, 2011 at 05:11, Steve Hall wrote: Mine shows 21 items in logical groupings that are still easily readable. A number of these features are particular to our customization, but all are extrapolations of basic Vim capabilities: http://cream.sourceforge.net/statusline.html How

Re: Vim statusline examples with screenshots?

2011-07-08 Thread Bee
On Jul 7, 11:13 pm, François Ingelrest francois.ingelr...@gmail.com wrote: Hi, On Thu, Jul 7, 2011 at 05:11, Steve Hall wrote: Mine shows 21 items in logical groupings that are still easily readable. A number of these features are particular to our customization, but all are

Re: Vim statusline examples with screenshots?

2011-07-08 Thread François Ingelrest
On Fri, Jul 8, 2011 at 08:45, Bee wrote: How do you get the file size? That's a useful information I could add to my own status line. :help line2byte() Cool thanks, I didn't know about that one. -- You received this message from the vim_use maillist. Do not top-post! Type your reply below

RE: Vim statusline examples with screenshots?

2011-07-08 Thread Steve Hall
From: Jeffrey 'jf' Lim, Fri, July 08, 2011 12:33 am On Thu, Jul 7, 2011 at 11:11 AM, Steve Hall wrote: Mine shows 21 items in logical groupings that are still easily readable. A number of these features are particular to our customization, but all are extrapolations of basic Vim

RE: Vim statusline examples with screenshots?

2011-07-08 Thread Steve Hall
From: François_Ingelrest, Fri, July 08, 2011 2:52 am On Fri, Jul 8, 2011 at 08:45, Bee wrote: How do you get the file size? That's a useful information I could add to my own status line. :help line2byte() Cool thanks, I didn't know about that one. You can tweak it a little to

Re: Vim statusline examples with screenshots?

2011-07-08 Thread Dominique Pellé
Jason Timrod wrote: Hi all, I'm curious to know how people pimp their Vim statusline perhaps with useful information?  So far, the only thing I've added to it is the current git branch I'm on.  Yet I know there's probably other really cool bits of information I'm missing, besides the

Re: Vim statusline examples with screenshots?

2011-07-08 Thread Marcin Szamotulski
Hi all, I have a video :) the ATP plugin (which I'm maintaining) has a statusline with progress bar info, here's the link http://atp-vim.sourceforge.net/videos.shtml (look at the PROGRESS BAR video) Best, Marcin Szamotulski On 22:48 Fri 08 Jul , Dominique Pellé wrote: Jason Timrod wrote:

Re: Vim statusline examples with screenshots?

2011-07-07 Thread Jacky Liu
you can't use custom color like '#233b5a' in the statusline with console vim, as I used in my codes. -- View this message in context: http://vim.1045645.n5.nabble.com/Vim-statusline-examples-with-screenshots-tp4559125p4561904.html Sent from the Vim - General mailing list archive at Nabble.com

Re: Vim statusline examples with screenshots?

2011-07-07 Thread Jeffrey 'jf' Lim
On Thu, Jul 7, 2011 at 11:11 AM, Steve Hall digit...@dancingpaper.comwrote: Mine shows 21 items in logical groupings that are still easily readable. A number of these features are particular to our customization, but all are extrapolations of basic Vim capabilities:

Vim statusline examples with screenshots?

2011-07-06 Thread Jason Timrod
Hi all, I'm curious to know how people pimp their Vim statusline perhaps with useful information?  So far, the only thing I've added to it is the current git branch I'm on.  Yet I know there's probably other really cool bits of information I'm missing, besides the default.. So, anyone

Re: Vim statusline examples with screenshots?

2011-07-06 Thread Jason Timrod
Oh - should this matter, I'd prefer this in console Vim and not gvim.  Thanks.   :) - Original Message - From: Jason Timrod jtim...@yahoo.com To: vim_use@googlegroups.com vim_use@googlegroups.com Cc: Sent: Wednesday, July 6, 2011 10:15 PM Subject: Vim statusline examples

Re: Vim statusline examples with screenshots?

2011-07-06 Thread Ivan S. Freitas
On Wed, Jul 6, 2011 at 8:03 PM, Jason Timrod jtim...@yahoo.com wrote: Oh - should this matter, I'd prefer this in console Vim and not gvim.   Thanks.  :) Here's mine. Config is also in the screenshot. http://imagebin.org/161837 -- Ivan Sichmann Freitas GNU/Linux user #509059 -- You received

Re: Vim statusline examples with screenshots?

2011-07-06 Thread Bee
Jason Timrod wrote: Hi all, I'm curious to know how people pimp their Vim statusline perhaps with useful information?  So far, the only thing I've added to it is the current git branch I'm on.  Yet I know there's probably other really cool bits of information I'm missing, besides the

Re: Vim statusline examples with screenshots?

2011-07-06 Thread Tony Mechelynck
: Vim statusline examples with screenshots? Hi all, I'm curious to know how people pimp their Vim statusline perhaps with useful information? So far, the only thing I've added to it is the current git branch I'm on. Yet I know there's probably other really cool bits of information I'm missing

Re: Vim statusline examples with screenshots?

2011-07-06 Thread Steve Hall
On Wed, 2011-07-06 at 15:15 -0700, Jason Timrod wrote: So, anyone prepared to show their statusline, preferably with a screenshot as well as the config for it? Mine shows 21 items in logical groupings that are still easily readable. A number of these features are particular to our

Re: Vim statusline examples with screenshots?

2011-07-06 Thread Magnus Woldrich
On 2011-07-06 15:15, Jason Timrod wrote: So, anyone prepared to show their statusline, preferably with a screenshot as well as the config for it? Here's [0] mine. Note the different statuslines for active/inactive windows. Code on github [1]. [0]: http://i.japh.se/vim.png [1]: