[Vimperator] Configurable hints for vimperator 0.6
Daniel Trstenjak
Daniel.Trstenjak at online.de
Wed May 7 11:29:23 PDT 2008
On Wed, May 07, 2008 at 12:31:40PM +0200, Thomas Svensen wrote:
> But if I have two links:
> - "are we equal, so to speak"
> - "awesome stories"
>
> I will have to type "aweso" to select the second link, while with a
> strict "startswith",
> it would suffice with "aw"? OK, the example is a bit contrived, but you
> see my point?
To select the second link with 'wordstartswith' you could type 'awes' or
just 'as'.
'awes' -> "[awes]ome stories"
'as' -> "[a]wesome [s]tories"
'awe' matches in both links: "[awe]some stories"
"[a]re [we] equal, so to speak"
'startswith' behaves like a subset of 'wordstartswith', and
'wordstartswith' gives additional possibilities to resolve ambiguities.
Greetings,
Daniel
More information about the Vimperator
mailing list