-
Notifications
You must be signed in to change notification settings - Fork 2
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
Jump through contiguous regions #9
Comments
I think this would be pretty straight-forward to implement. Do you have a suggestion for a default mapping for this? It should probably be a
I could probably implement this by allowing user-defined patterns that match against sign |
Agreed that this should work with #8. Don't know about default mappings, I personally would always configure this on so would suggest replacing Just had a thought that it might be nice to to use a contiguous region of signs as a text object too. Then could do something like |
Please. I had considered this, but having an issue to keep track of would be helpful. |
A text object might be a nice cherry-on-top, but jumping between contiguous regions is a must have for me. Since I use signs for diffs (vim-signify and vim-gitgutter) I often have large regions of signs. But I'd rather jump quickly to the places that have errors (e.g. as marked by vim-lsp). |
If I have multiple lines in a row with a sign I would like to be able to jump to the next section of lines with a sign in it and skip over all the remaining ones in the section I am in
Ideally signs could be configurably grouped (e.g. all signs from a certain plugin) and those treated as a single section
The text was updated successfully, but these errors were encountered: