Re: Splitting bottom as default

2011-07-15 Thread Fabien . Bouleau
Tim Chase v...@tim.thechases.com wrote on 07/14/2011 07:53:44 PM: :help 'splitbelow' and the following 'splitright' setting. In fact I am developing in C++ and I want to vertically split the corresponding header and source files. I have the header file (.h) on the left and the source file

Splitting bottom as default

2011-07-14 Thread Fabien . Bouleau
Hello, I'm using Vim 7.3 on Linux (I believe the OS doesn't matter) and I would like to know whether (and how) it is possible to make the :split command perform a :bottom split by default? Thanks, Fabien. -- You received this message from the vim_use maillist. Do not top-post! Type your

Re: Splitting bottom as default

2011-07-14 Thread Gary Johnson
On 2011-07-14, Fabien Bouleau wrote: Hello, I'm using Vim 7.3 on Linux (I believe the OS doesn't matter) and I would like to know whether (and how) it is possible to make the :split command perform a :bottom split by default? set splitbelow See :help splitbelow That will put the

Re: Splitting bottom as default

2011-07-14 Thread Tim Chase
On 07/14/2011 07:31 AM, fabien.boul...@ses.com wrote: I'm using Vim 7.3 on Linux (I believe the OS doesn't matter) and I would like to know whether (and how) it is possible to make the :split command perform a :bottom split by default? :help 'splitbelow' and the following 'splitright'