Skip to content

Commit

Permalink
windows: disable pagination by default (jj-vcs#2040)
Browse files Browse the repository at this point in the history
Windows environments typically don't have a good pager, it seems, so
let's disable pagination for now.
  • Loading branch information
martinvonz committed Aug 12, 2023
1 parent 3b164c6 commit 1d4b5d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/config/windows.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[ui]
paginate = "never"
editor = "Notepad"
3 changes: 3 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `$`):
Expand Down

0 comments on commit 1d4b5d0

Please sign in to comment.