Skip to content

Change IDs & Paged output #5661

Answered by ilyagr
XBagon asked this question in Q&A
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: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by martinvonz
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