From 79b256a0fa4727f2bd6e2c6bb9362c10e6f86d92 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 11 Feb 2021 20:31:27 +1100 Subject: [PATCH] remove 24 bit color delta arg from docs --- docs/Custom_Pagers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Custom_Pagers.md b/docs/Custom_Pagers.md index 8c3121e73..3d596460b 100644 --- a/docs/Custom_Pagers.md +++ b/docs/Custom_Pagers.md @@ -21,7 +21,7 @@ the `colorArg` key is for whether you want the `--color=always` arg in your `git git: paging: colorArg: always - pager: delta --dark --paging=never --24-bit-color=never + pager: delta --dark --paging=never ``` ![](https://i.imgur.com/QJpQkF3.png)