-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Add ]n
and [n
to jump between conflict markers
#4647
Comments
i'm gonna take a stab at this one |
I look forward to seeing what you come up with! I don't know any Rust but I'd love to see how this looks, then maybe I can contribute one day :) |
brace yourself.... Kazam_screencast_00000.mp4 |
the pull request is very much in draft status. it needs to be cleaned up. after more trial and error and failing than i'd like to admit, it finally worked, so i pushed what i had. i'll get it cleaned up, and then get feedback. |
Great work! |
cleaned up the merge request search works in both directions |
@wes-adams I don't think #4650 is a satisfactory fix for me. I use three-way conflict markers, and ]g doesn't seem to take me to each individual section, whereas your PR does. I'll try and put an asciinema together, but I don't think it's that #4650 does anything wrong, it's just doing something different. |
@ocharles that is already covered by searching with |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
vim-unimpaired
adds]n
and[n
to navigate SCM conflict markers. It'd be great to have this navigation feature in Helix, too!The text was updated successfully, but these errors were encountered: