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 new window below the current window, not all the
way at the bottom.

Regards,
Gary

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to