Re: Two column layout

2012-01-13 Thread Rhys Ulerich
>> The left column would have lines 1 to N/2 and the right column would >> have lines N/2+1 to N. I suppose the cursor would be located in the >> right column and as the window buffer filled, the left column would >> scroll the top portion of the buffer. > Yeah, never saw such a feature mentioned

Re: Two column layout

2012-01-13 Thread Chris Jones
On Fri, Jan 13, 2012 at 11:30:53AM EST, Rhys Ulerich wrote: > Is it possible to have two panes hold a single window (much like a two > column layout in a magazine)? > It'd be sweet to have > A|D > B|E > C|F > where A, B, C, D, E, F are sequential lines from, say,

Re: Two column layout

2012-01-13 Thread Axel Beckert
Hi, On Fri, Jan 13, 2012 at 12:51:37PM -0500, Kevin Van Workum wrote: > > > Is it possible to have two panes hold a single window (much like a two > > > column layout in a magazine)? > > > > > > It'd be sweet to have > > > > > > A|D

Re: Two column layout

2012-01-13 Thread Rhys Ulerich
>> > Is it possible to have two panes hold a single window (much like a two >> > column layout in a magazine)? > ... He's looking for a single window > with 2 columns. Not 2 windows with 1 column each. The left column would have > lines 1 to N/2 and the right colum

Re: Two column layout

2012-01-13 Thread Kevin Van Workum
2012/1/13 Axel Beckert > Hi, > > On Fri, Jan 13, 2012 at 10:30:53AM -0600, Rhys Ulerich wrote: > > Is it possible to have two panes hold a single window (much like a two > > column layout in a magazine)? > > > > It'd be sweet to have > > > > A|D

Re: Two column layout

2012-01-13 Thread Axel Beckert
Hi, On Fri, Jan 13, 2012 at 10:30:53AM -0600, Rhys Ulerich wrote: > Is it possible to have two panes hold a single window (much like a two > column layout in a magazine)? > > It'd be sweet to have > > A|D > B|E > C|F > > where A, B, C, D, E, F are sequen

Two column layout

2012-01-13 Thread Rhys Ulerich
Hi all, Is it possible to have two panes hold a single window (much like a two column layout in a magazine)? It'd be sweet to have A|D B|E C|F where A, B, C, D, E, F are sequential lines from, say, a text editor and | is a screen split. Especially on a wide-but-not-tall monitor. Thanks,