Message from discussion
:help WITHOUT split screen
Date: Fri, 30 Mar 2012 05:38:39 -0700 (PDT)
From: jeroen <jbu...@gmail.com>
To: vim_use@googlegroups.com
Message-ID: <14620918.796.1333111119805.JavaMail.geo-discussion-forums@ynmr9>
In-Reply-To: <4F75A610.1070003@googlemail.com>
References: <20120330125152.61cc5573@dick.coachhouse>
<4F75A610.1070003@googlemail.com>
Subject: Re: :help WITHOUT split screen
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_Part_795_3460028.1333111119804"
------=_Part_795_3460028.1333111119804
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
On Friday, March 30, 2012 2:24:48 PM UTC+2, jott...@googlemail.com wrote:
> Hi,
>
> Tarlika Elisabeth Schmitz wrote:
> > This is one of my biggest bug bears and it drives me absolutely nuts:
> >
> > Is there a way to prevent :help from splitting the window?!
> > I never, ever want a horizontal split. I'd just like to see the help
> > text in a new tab.
> >
> >
> > I mostly use gvim, sometimes vim. So I need a solution that works in
> > both cases.
>
> :tab help topic
I always use that method to read help pages. In fact I have added an abbreviation in my .vimrc for it:
cabbrev help tab help
Now whenever you start typing :help on the commandline and press the spacebar the enter the subject, it will automatically expand to 'tab help'.
Jeroen
------=_Part_795_3460028.1333111119804--