On 4/24/06, Meino Christian Cramer <[EMAIL PROTECTED]> wrote: > Yes, CTRL-w o also works that way. But that often I am calling > "HELP!" :) it is a little annoying to submit this command every > time. That's why I am asking for a "global solution" :))
Another solution: :au BufEnter * if &buftype=='help'|set awa|only|endif or :au BufEnter * if &buftype=='help'|set hidden|only|endif Yakov