mirror of
https://github.com/mickael-menu/zk
synced 2024-11-13 01:10:43 +00:00
604 B
604 B
Setting your default pager
When zk
's output exceeds a certain limit, it is automatically paginated by your system pager. By default, less
is used but you may set up your own pager in the configuration file or environment variables. In order of precedence, zk
will use:
ZK_PAGER
environment variablepager
configuration property[tool] pager = "less -FIRX"
PAGER
environment variable
Disable the pager
If you need to disable paging, you can either:
- use
--no-pager
- set the
pager
configuration property to an empty string""