diff --git a/lazygit/.config/lazygit/config.yml b/lazygit/.config/lazygit/config.yml index 7d5052d..d099cbd 100644 --- a/lazygit/.config/lazygit/config.yml +++ b/lazygit/.config/lazygit/config.yml @@ -164,9 +164,9 @@ git: # diff-so-fancy # delta --dark --paging=never # ydiff -p cat -s --wrap --width={{columnWidth}} - pager: "delta" + pager: "delta --paging=never" # If true, Lazygit will use whatever pager is specified in `$GIT_PAGER`, `$PAGER`, or your *git config*. If the pager ends with something like ` | less` we will strip that part out, because less doesn't play nice with our rendering approach. If the custom pager uses less under the hood, that will also break rendering (hence the `--paging=never` flag for the `delta` pager). - useConfig: true + useConfig: false # e.g. 'difft --color=always' externalDiffCommand: "" # Config relating to committing