Skip to content

Why does :sh git diff not use my default delta pager when called in Helix? #12975

Answered by pascalkuthe
David-Else asked this question in Q&A
Discussion options

You must be logged in to vote

Delya is a pager and only works as a TUI. If git detects that its output is being piped it will disable the pager and just output the diff as plaintext.

Helix is not a terminal emulator so this just won't work. If you want to use other this you need to run them in a seperate terminal

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by David-Else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants