vsplit spanning over all buffers

2006-10-28 Thread Tobias Pflug

hi all,

short question that I couldn't answer myself using the vim help..
How can I get a vertical split that spans over all previously opened
buffers? (like a 'side pane' sort of thing) ?

thanks for any help..

regards,
Tobi


Re: vsplit spanning over all buffers

2006-10-28 Thread Tim Chase

short question that I couldn't answer myself using the vim help..
How can I get a vertical split that spans over all previously opened
buffers? (like a 'side pane' sort of thing) ?



IIUC, you're looking for

:topleft vsplit file.txt

The topleft (and its analog botright) modifier/command clears 
all windows, pegging the new window against the associated side.


You can read more at

:help topleft
:he botright

HTH,

-tim




Re: vsplit spanning over all buffers

2006-10-28 Thread A.J.Mechelynck

Tobias Pflug wrote:

hi all,

short question that I couldn't answer myself using the vim help..
How can I get a vertical split that spans over all previously opened
buffers? (like a 'side pane' sort of thing) ?

thanks for any help..

regards,
Tobi



see
:help :topleft
:help :botright


Best regards,
Tony.