-
Notifications
You must be signed in to change notification settings - Fork 6
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
Enter first two characters and jump to result #21
Comments
This should be quite easy to add, I will look into this in the next days! 😄 |
Implemented in commit be1625a. Could you please test it? To activate the leap mode as default mode, you can set in your
|
Sure, I'll take a look! Gonna write you back once I got time to test it! |
All right just checked it - AWESOME! It's working exactly like in leap! One, very small suggestion: In leap you already see some labels after the first character input (see https://github.com/ggandor/leap.nvim/blob/media/showcase.gif?raw=true) and you automatically jump to the first suggestion. If we could add that, that would be even more awesome! :D |
That sounds cool, but probably would need a major rewrite of some plugin logic parts 😅 |
But my plugin also automatically jumps if only one occurrence exists. |
It'd be nice if this plugin could mimick the behavior of nvim's leap plugin. Basically you enter the first two characters of the word you want to jump to, then some labels are shown and you enter to which label you'd like to jump to.
The text was updated successfully, but these errors were encountered: