ok/jj
1
0
Fork 0
forked from mirrors/jj

windows: disable pagination by default (#2040)

Windows environments typically don't have a good pager, it seems, so
let's disable pagination for now.
This commit is contained in:
Martin von Zweigbergk 2023-08-11 16:48:58 -07:00 committed by Martin von Zweigbergk
parent 3b164c69a2
commit 1d4b5d04fa
2 changed files with 4 additions and 0 deletions

View file

@ -1,2 +1,3 @@
[ui]
paginate = "never"
editor = "Notepad"

View file

@ -260,6 +260,9 @@ Can be customized by the `format_short_signature()` template alias.
## Pager
Windows users: Note that pagination is disabled by default on Windows for now
([#2040](https://github.com/martinvonz/jj/issues/2040)).
The default pager is can be set via `ui.pager` or the `PAGER` environment
variable. The priority is as follows (environment variables are marked with
a `$`):