On 2010-05-01, Peng Yu <[email protected]> wrote:
> :new by default open a window above the current window. Is there a
> command to open a new window below the current one?

To do it once:

    :belowright new

To do it every time:

    :set splitbelow
    :new

See

    :help :belowright
    :help 'splitbelow'

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