[Vimperator] Map command and trailing spaces

Doug Kearns dougkearns at gmail.com
Fri Aug 17 03:18:45 PDT 2007


On 8/17/07, Lars Kindler <lars.kindler at stud.uni-goettingen.de> wrote:
> Hi,
>
> first of all thanks for the great job you did with vimperator 0.5!
>
> I ran into the following little problem: I wanted to do
>
> "map w :open site:www.somesite.com "
>
> so that after pressing w the cursor would be in the command line waiting for me
> to put in a search term. But this command ignores the trailing white
> space so I have to type in the space whenever I use 'w'.
>
> I know it's only a very small quirk but maybe it's easy to fix.

You need to include the <space>.  Eg. :map w :open site:www.somesite.com<space>

Regards,
Doug


More information about the Vimperator mailing list