question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support filtering follow hints

See original GitHub issue

I’m opening this issue because:

  • I’ll report a bug
  • I’ll propose a new feature

Description

The first thing I miss from Vimperator/Vimium is being able to filter follow hints after typing f. This would mean the follow hints would have to be numbers instead of letters (#58 is related).

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:11
  • Comments:7

github_iconTop GitHub Comments

9reactions
rexkerrcommented, Nov 15, 2017

To add a text description to what the video does,

Since vimperator uses numbers instead of letters, any letters typed after the f (or F) are used to filter the possible matches, so if you have the following links, they would be numbered 1, 2, and 3. If you type ‘fh’ you’d get 1 and 2, and 3 (email us) would no longer be an option. If you typed ‘fhy’ only the first one would be highlighted, and since it’s the only match it would automatically be followed.

  • Some hyperlink
  • Click here
  • email us

This is particularly useful on pages with a lot of densely packed links.

0reactions
stonewareslordcommented, Oct 30, 2018

I solved this by in Vimperator by setting the hintchar variable which defined which characters were used for hints and all other characters were used for filters.

This allows for great flexibility. I had mine set up so that capital letters were hints and lowercase letters were filters using one config line:

set hintchars=ASDFHJKL ...

And the hints were populated in order (first hint=A, second=S, …).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Filter emails in Mail on iPhone - Apple Support
In the Mail app , you can use filters to temporarily show only certain messages—the ones that meet all the criteria you select...
Read more >
Quick start: Filter data by using an AutoFilter - Microsoft Support
Use the AutoFilter to filter a range of data in Excel 2010 and learn how to remove filters.
Read more >
Gmail Filters 101: Your Definitive Guide To Gmail Filters | Blog
Gmail filters 101: Everything you've always wanted to know about creating and using Gmail filters to manage emails effectively.
Read more >
Create rules to filter your emails - Gmail Help - Google Support
Open Gmail. Check the checkbox next to the email you want. ... Click Filter messages like these. Enter your filter criteria. Click Create...
Read more >
Gmail: The ultimate guide for advanced search filters
These are called chips, and they help you filter results without ... Follow the steps below to use Gmail's advanced search filters on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found