I'm starting to learn jj and tried to setup the use of the pager.
Because I new that never was an option for ui.paginate I guessed that the opposite value would be always, which it wasn't and which made all other jj commands afterwards fail.
Steps to Reproduce the Problem
Run jj config set --user ui.paginate always
Get Config error: Invalid ui.paginate
Run jj config set --user ui.paginate auto
Expected Behavior
The configuration is corrected and set to auto, making it possible to use jj again.
Actual Behavior
All jj commands I tried (jj log, jj config set, jj --version) fail with the Config error ̇
Specifications
Platform: GNU/Linux
Version: Config error / 0.17.1 according to the NixOS repo.
Description
I'm starting to learn jj and tried to setup the use of the pager. Because I new that
never
was an option forui.paginate
I guessed that the opposite value would bealways
, which it wasn't and which made all otherjj
commands afterwards fail.Steps to Reproduce the Problem
jj config set --user ui.paginate always
Config error: Invalid
ui.paginate
jj config set --user ui.paginate auto
Expected Behavior
The configuration is corrected and set to auto, making it possible to use jj again.
Actual Behavior
All jj commands I tried (
jj log
,jj config set
,jj --version
) fail with theConfig error
̇Specifications
Config error
/ 0.17.1 according to the NixOS repo.