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_PAGERenvironment variablepagerconfiguration property[tool] pager = "less -FIRX"
PAGERenvironment variable
If you need to disable paging, you can either:
- use
--no-pager - set the
pagerconfiguration property to an empty string""