-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Widen criteria for "jumps" #4815
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
Comments
You can accomplish this manually by using # ~/.config/helix/config.toml
[keys.normal]
"%" = ["select_all", "push_selection"] The jumplist is not meant to be a replacement for #1596 |
That's brilliant! Thanks. |
In the version of helix I have I had to replace # ~/.config/helix/config.toml
[keys.normal]
"%" = ["select_all", "save_selection"] |
I know this is a closed issue, but I find myself also wanting more movements to push to the jumplist, such as pretty much any commands prefixed with |
Many movements aren't considered "jumps". For example "]" movements or pressing "%" to select the whole file.
After these commands I'd expect to be able to jump the cursor back to my previous position (which is closer to Vim's functionality).
I would even argue to define more movements as jumps than Vim does. For example cursor movements that include counts like "20k" or "3w", could actually be really useful.
The text was updated successfully, but these errors were encountered: