Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

vimperator alphanumeric hints

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])?

like image 446
PythonNut Avatar asked Jan 12 '23 12:01

PythonNut


1 Answers

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

like image 65
guest Avatar answered Mar 04 '23 08:03

guest