jesseduffield / lazygit

simple terminal UI for git commands
MIT License
47.94k stars 1.72k forks source link

Custom pager(delta) not support in single file path #3655

Closed LovesAsuna closed 2 weeks ago

LovesAsuna commented 2 weeks ago

Describe the bug A clear and concise description of what the bug is. Custom pager(delta) not support in single file patch

To Reproduce Steps to reproduce the behavior:

  1. Go to 'the forth window(DIff files)'
  2. Click on any file
  3. See error(the original diff view)

Expected behavior A clear and concise description of what you expected to happen. single diff file using delta pager

Screenshots

image image

Version info: Run lazygit --version and paste the result here commit=6fcb7eb8bb616c170506312870b3bf15f3dbe37c, build date=2024-05-19T10:15:28Z, build source=binaryRelease, version=0.42.0, os=darwin, arch=amd64, git version=2.45.2 Run git --version and paste the result here git version 2.45.2

stefanhaller commented 2 weeks ago

Looks like a duplicate of #2563.