Thursday, September 16, 2010

Re: How to maximize help window automatically ?

On Sep 9, 11:20 pm, Gary Johnson <garyj...@spocom.com> wrote:
> > How to maximize help window automatically when I open or enter it ?
>
> The autocommand command is an ex command whereas the key sequence
> <C-W>_ is a normal-mode command.  To make that work, you would have
> to write it as
>
>     au BufEnter help "exe normal \\<C-W>_"
>
> A better solution, though, would be the following.
>
>     au FileType help wincmd _
>

Might I suggest one more?

Instead of :help {topic}, type :tab help {topic} for an automatically
maximized help window that doesn't interfere with your window layout.

--
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

No comments:

Post a Comment