Skip to content

Looking for help with advanced LinkHints functionality #889

Answered by gdh1995
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

The suggested way is:

  1. firstly, enable Use the link's name and characters for link-hint filtering on Vimium C Options page
  2. then you may use Tab and Shift+Tab in LinkHints mode, and a "current" mark will be in not black but gray.

If you do want the 3 keys, you may use mapKey to achieve it:

mapKey <j:l> <tab>
mapKey <k:l> <s-tab>
mapKey <l:l> <enter>
mapKey <L:l> <s-enter>

See https://github.com/gdh1995/vimium-c/wiki/Use-in-another-keyboard-layout#per-mode-mapkey

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
1 participant