-
Notifications
You must be signed in to change notification settings - Fork 402
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
🐛 delta doesn't page in Windows Terminal #1902
Comments
Actually - this appears to be more related to the terminal itself? Doing My bad - I was testing this on two different terminals and thinking it would be identical due to them both using Powershell. Therfore... Delta doesn't work with Windows Terminal? |
Hi @vikhik, I'm guessing the problem is that in your Windows Terminal, delta is not finding an executable named "less"? You could investigate by using delta's |
Discussed in #1387
I'm getting the something similar to #1387 on Windows 11/Powershell, even after using
winget install -e jftuga.less
.But only with the common
git lg
alias: https://gist.github.com/johanmeiring/3002458Repro:
So it seems broken with
--pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
The text was updated successfully, but these errors were encountered: