-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
AMP like Jump Mode #510
Comments
Previous discussion: #274 |
Thanks, yes, it's related, but I would still keep this open because:
|
I think that it is also worth it to take a look at avy. It is an improved AceJump for emacs with better customization. |
hop.nvim built-in 🔥 |
Last time I gave helix a solid chance, a good jump mechanism like hop.vim was all I really missed. It'd be even better to have a jump-to-treesitter-node mode that can visually jump to significant types of nodes, like parents, siblings, and children. Usually my eye is already where I want to go, so being able to bring up a two-char jump code is killer. Maybe a jump mode with all of these navigations 🤔 |
What is the status of this enhancement idea? This thing is awesome in Amp, I'd love to see it in Helix too. |
There are two pull requests with differing implementations, but they are not being reviewed for some reason :( |
The maintainers only have so much spare time. We have to prioritize. You may notice, as of this writing, there are 283 pull requests open |
I know, and I respect that. |
Amp Editor (https://amp.rs/docs/usage/) has a very sweet jump mode.
Since it's also written in Rust and open source, would it be a crime to suggest to peek into the code and steal some ideas from it?
The text was updated successfully, but these errors were encountered: