|
lines will auto wrap because item2 NOT allow to scroll horizontally and it seems not tidy at all, how to deal with it? |
Answered by
amjith
Feb 9, 2023
Replies: 3 comments 3 replies
|
You can add a |
1 reply
|
Maybe you can show us a screenshot so we can help you better. |
1 reply
|
You can specifically force the pager to the following value which will allow you to do horizontal scroll. I'm assuming you're on linux. If you're on Windows this might require installing a pager like less.exe and using that. I'm not too familiar with Windows. |
1 reply
Answer selected by
fxtong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You can specifically force the pager to the following value which will allow you to do horizontal scroll.
I'm assuming you're on linux.
If you're on Windows this might require installing a pager like less.exe and using that. I'm not too familiar with Windows.