vimperator alphanumeric hints

594 views Asked by At

Vimperator uses strictly numeric hints by default. This has several disadvantages:

  • Smaller scope: it only takes 10 links to get to double digits
  • Number keys are harder to type

Is there any way to make Vimperator use more characters (ideally [a-zA-Z0-9])?

2

There are 2 answers

1
guest On BEST ANSWER

There is an option called hintchars, that changes the characters that are used for hints.

You have put the following line in your .vimperatorrc, of course with exactly the characters on the right hand side that you want to use:

set hintchars=asdfghklqwertyuiop

0
Granitosaurus On

To add to answer above. If you type set hintchars= you'll get a nice list of recommendations enter image description here

You can set the values to pretty much any keys though just remember that the order matters and the hints will start in that order so Smart Order is pretty awesome.

If you prefer more characters you can make it case sensitive by setting it to:
hjklHJKL... so first 8 links will always be at your fingertips !