We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
following https://kparal.wordpress.com/2020/12/16/show-a-side-by-side-git-diff-on-any-commit-in-tig-using-meld/ (and adapting it) I've adding this to $XDG_CONFIG_HOME/tig/config:
$XDG_CONFIG_HOME/tig/config
bind main w !git diff %(commit)^! bind diff w !git diff %(commit)^!
which allows me to at least use custom git diff options to view diffs in tig by pressing w.
w
My question is, how do i get that same custom git diff options to apply without having to press a key?
The text was updated successfully, but these errors were encountered:
Also interested on this. It would be nice to replace the default view-diff by delta (side-by-side diff): https://github.com/dandavison/delta
Would that be possible with the tig/config?
tig/config
Sorry, something went wrong.
related PR: #1140
I would close this issue, it is duplicated: #542
No branches or pull requests
following https://kparal.wordpress.com/2020/12/16/show-a-side-by-side-git-diff-on-any-commit-in-tig-using-meld/ (and adapting it) I've adding this to
$XDG_CONFIG_HOME/tig/config
:which allows me to at least use custom git diff options to view diffs in tig by pressing
w
.My question is, how do i get that same custom git diff options to apply without having to press a key?
The text was updated successfully, but these errors were encountered: