-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Describe the bug
So the schema in my config file recently showed me that using the paging key is now deprecated and that I need to change to pagers which is a list of pagers.
So I did, but now lazygit seems to not pick the pager (it's like there is no custom pager). And curiously reverting to the old setting still works.
This is the new (non-working) setting:
git:
pagers:
# see: delta --help
- pager: delta --paging=never --side-by-side
colorArg: alwaysAnd this is the old (still working) setting:
git:
paging:
# see: delta --help
pager: delta --paging=never --side-by-side
colorArg: alwaysTo Reproduce
Steps to reproduce the behavior:
Updating old config files to use the new format as per the instructions in the docs.
Expected behavior
Custom pagers to work exactly as before, as nothing fundamentally changes except for the format in the config file.
Screenshots
Version info:
commit=, build date=, build source=Homebrew, version=0.55.1, os=darwin, arch=arm64, git version=2.51.0
git version 2.51.0
Additional context
Nothing 😅 it was a simple change.