From 300beb1279ffbd6fee88fe74b08e08b50d301b3d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 27 Dec 2024 12:08:04 -1000 Subject: [PATCH] ;doc: pager: mention --pager=no --- hledger/hledger.m4.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 0fb7d14cf3d..06a1a076976 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -762,6 +762,8 @@ with a `y`/`yes` or `n`/`no` value to force it on or off. In unix-like environments, when displaying large output (in any output format) in the terminal, hledger tries to use a pager when appropriate. +(You can disable this with the `--pager=no` option, perhaps in your config file.) + The pager shows one page of text at a time, and lets you scroll around to see more. While it is active, usually `SPACE` shows the next page, `h` shows help, and `q` quits. The home/end/page up/page down/cursor keys, and mouse scrolling, may also work.