lazygit icon indicating copy to clipboard operation
lazygit copied to clipboard

Custom pagers do not work with WSL

Open samaursa opened this issue 1 year ago • 0 comments

Describe the bug

I have setup diff-so-fancy and it works quite well from the command line in WSL

image

However, setting the following in config.yml has no effect in lazygit

git:
  paging:
    colorArg: always
    pager: diff-so-fancy

I made sure to check that the config.yml is the correct one by customizing branch colours. Which works as expected.

To Reproduce

Set a custom pager in lazygit config.yml in WSL.

Expected behavior

Expect diff-so-fancy to be the pager for lazygit

Version info: commit=71ad3fac63a3ef3326021837b49e9497d332818b, build date=2024-07-13T10:24:19Z, build source=binaryRelease, version=0.43.1, os=windows, arch=amd64, git version=2.41.0.windows.2

samaursa avatar Aug 18 '24 03:08 samaursa