jesseduffield / lazygit

simple terminal UI for git commands
MIT License
48.52k stars 1.74k forks source link

[Windows] Git Delta not working as custom pager #2300

Open jeeeem opened 1 year ago

jeeeem commented 1 year ago

Describe the bug Im trying to use the pager delta with this config

git: 
  paging:
    useConfig: false
    colorArg: always
    pager: delta -s --dark --paging=never

but its not working,

Expected behavior Should have the same behavior when using git diff in the terminal

Screenshots git diff image

lazygit image

Version info:

zeevro commented 1 year ago

Isn't this a duplicate of #1453 ?