Friday, July 30, 2010

Re: move cursor

On 7/30/2010 9:54 AM, Tony Mechelynck wrote:
On 30/07/10 12:39, Mostafa S.Ari wrote:
Hi
How can I move the cursor to an active buffer using buffer's name?
I usually do something like this:

:e dave.txt
:e bob.txt
:e tim.txt

:b bob<tab>
:b im<tab>
:b e<tab>

You can provide partial names to :buffer and the tab will cycle through your choices. 
Saves me an enormous amount of typing.

HTH,
Dave

No comments: