-
Notifications
You must be signed in to change notification settings - Fork 89
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
possilbe feature request: option to wrap ";" jump list #97
Comments
Sounds interesting. So there would be labels, and the wrapped ; jumping functionality. Best of all all worlds. (The former, jumping bidirectionally to labels, is also present in the easy-motion plug-in, but usually there are so few matches that your ; jump motion is more intuitive.) |
Oh so this request is for bidirectional? Yeah there's another open issue for that. EasyMotion has |
Ok. I checked this out in easy-motion. There are three things to ameliorate:
nmap ; ""(easymotion-next) will also overwrite ; after a common f/F or t/T search.
There is g:EasyMotion_space_jump_first, and one could map "" to it, but this will override "" in all occasions (and problem 2. persists). As in 1., it would be nice if the mapping is active only right after a search. |
That been said, after a bit of tinkering, I am happy with the following setup: nmap (easymotion-next) let g:EasyMotion_space_jump_first = 1 Consider these remarks as possible feature requests. It does it job already very well. |
@EPNGH FYI: easymotion/vim-easymotion#125 (comment) for problem 1. |
After invoking sneak by hitting "s" and typing two letters, would hitting ";" jump to possible matches before the cursor position?
I am reluctant to overwrite s, but could part with S. Wrapping the jump list of ";" would allow for that.
The text was updated successfully, but these errors were encountered: