ueokande / vim-vixen

Accelerates your web browsing with Vim power!!
https://ueokande.github.io/vim-vixen/
MIT License
2.11k stars 138 forks source link

Display link hints in expected case #632

Open chunga2020 opened 5 years ago

chunga2020 commented 5 years ago

I'm opening this issue because:

Description

The current system for links could be more intuitive. Whereas other keybindings are case-sensitive, link hints are not, leading to confusion.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. Press f to start following links
  2. Spot a hint, e.g., link A
  3. Type capital A
  4. Link is not followed
  5. Press f again to follow links again
  6. Spot link A again
  7. Type lowercase a
  8. Link followed

System configuration

mvhulten commented 5 years ago

I would agree this should be case sensitive. In that case, I would suggest to choose lower case (for both link labels and keys typed) because it is quicker to type. You could include digits as well, but not upper case letters.

AlexeySachkov commented 5 years ago

You could include digits as well

@mvhulten, list of symbols used for link hints is actually configurable, see docs and default value.