Skip to content

Change IDs & Paged output #5661

Closed Answered by ilyagr
XBagon asked this question in Q&A
Feb 11, 2025 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

The simplest solution would probably be to try the :builtin pager. It defaults to not clearing the screen.

Alternatively, you could try running export LESS=FRX (assuming you use bash/fish/zsh) and see if that helps with subsequent jj invocations from the same shell. That tells less to not clear the screen. If that works well, you can put export LESS=FRX somewhere in your shell setup for a similar effect.

Third option: you could try setting ui.pager to ["less", "-FRX"].

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by martinvonz
Comment options

You must be logged in to vote
1 reply
@ilyagr
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants