🐛 How to use with difftool? IE how to stage changes after reviewing them? #1383
dessalines
started this conversation in
General
Replies: 1 comment 7 replies
-
|
Hi @dessalines, this question is about using Delta with Vim -- is that correct? I haven't looked into that myself; others have but I'm not sure what the state of the art is. In case it helps as a reminder -- Delta itself is a command line tool that takes in git/diff/grep output and outputs a reformatted version colorized (incl. syntax highlighting) using ANSI escape sequences. I'll convert this to a Discussion since AIUI it is Vim-specific rather than a Delta bug/feature request, although if it gives rise to a Delta feature request that's great. (All the things you mention are possible with the Delta Magit integration). |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to switch from vimdiff to delta, but I'm having trouble with this simple and common use case (code review) :
git addfrom within the interface in some way.git commitIs there any flow / way to do this using delta?
Beta Was this translation helpful? Give feedback.
All reactions