I am a vim user. I installed the vimperator add on for firefox recently. I love it. But I am stuck up with the autocomplete of urls. How do i walk through (or choose) from the list of autocomplete results?. I looked for the answer but could not find it. Can someone help me?. Thanks

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Press (shift)TAB to cycle through them.

link|improve this answer
feedback

You may also want to set

wildoptions=auto

That will show all the possible completions as you cycle through them.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.