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
-
Beta Was this translation helpful? Give feedback.
Answered by
pascalkuthe
Feb 28, 2025
Replies: 1 comment
-
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 |
Beta Was this translation helpful? Give feedback.
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
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