-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Side by side file diffing #405
Comments
Maybe delta can help in that case: https://github.com/dandavison/delta It is the best terminal diff viewer I ever used and it is also written in rust. |
Delta is a pager that acts on already diffed data (with |
@pascalkuthe mentioned he'll probably pick up the work on this in the future after git gutter is merged. |
Is this feature available in the current version? I see it is open, so I assume I still can not diff two buffers? |
Yes, open issues typically indicate that a feature hasn't been implemented yet. |
Hello! Would it be possible to use inline git diff in one buffer? It would be amazing |
Please open a separate issue for that. |
There are 2 uses cases I'd want helixdiff to handle:
|
It would be really great to offer a more clear and advanced way to diff/merge files than vim. Either threeway merge is supported, but nothing is shown about who is who and I never managed to remember the "fingertricks" |
Is |
I thought about some vimdiff features like https://devhints.io/vim-diff |
Thanks for this great project! Just want to pitch in that diffing git revisions (fugitive functionality) and using helix as a difftool (to do reviewes or similar), fixing conflicts etc, would be really amazing. I don't really need a full git client (like committing etc, even logs), but I suppose those may be the easy parts. |
It would be great if core developers take some time out to get this long pending feature request. 🙏 |
Keep in mind that helix is developed by volunteers with limited time. If you want a certain feature, you can create a pull request, no need to wait for the core developers to implement something. Helix has a very readable codebase which makes it relatively easy to get started, even if this would be your first contribution to open source. |
No description provided.
The text was updated successfully, but these errors were encountered: