From dbdb3fd0117afc644a52c110949aaaf458562a92 Mon Sep 17 00:00:00 2001 From: katy lavallee Date: Sat, 26 Feb 2022 10:23:23 -0600 Subject: [PATCH] Include information about GIT_PAGER in manual under configuration instructions --- manual/src/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manual/src/configuration.md b/manual/src/configuration.md index 282814161..9895cc9fe 100644 --- a/manual/src/configuration.md +++ b/manual/src/configuration.md @@ -31,6 +31,8 @@ The most convenient way to configure delta is with a `[delta]` section in `~/.gi +If you have the `GIT_PAGER` environment variable set, you'll need to unset it. + Use `delta --help` to see all the available options. Note that delta style argument values in ~/.gitconfig should be in double quotes, like `--minus-style="syntax #340001"`. For theme names and other values, do not use quotes as they will be passed on to delta, like `theme = Monokai Extended`.