-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A suggestion for f/t #154
Comments
Set
|
When |
A (virtual/fake) cursor should be displayed above the first char. (If you don't see it, then check #17.)
This is a technical limitation. We should wait for the next input with |
In the case of using the default configuration, when using f to find characters,
For example, if you look for the character
a
, you will be in wait mode for 1 second and highlight all thea
's after the firsta
found in this 1 second, during this 1 second, the cursor is at the bottom of the screen and not on top of the firsta
found, which will give a sense the delay when you use it. So I avoid this by letting exit_after_idle_msecs.unlabeled = 0, but at this point all thea
after the firsta
found will not be highlighted, is it possible to set the two functions to wait for input to be highlighted separately?I also think the highlighting is not simply highlighted, but displayed as a number is not more intuitive, so that after the cursor jumps to the first a, if you want to jump to the back of the other a, you only need to enter the number plus a semicolon can be
Translated with www.DeepL.com/Translator (free version)
The text was updated successfully, but these errors were encountered: