hello
Quick question: Is there a way to customize word wrap width?
It looks like by default it uses 80 characters with which is to low for my use cases (when I run iTem2 in the external monitor I have a little bit more real estate.)
Thank you
The word wrap width should automatically adjust to the terminal's width. If it's not, something odd might be going on.
--style=grid,header fill the entire terminal?tput cols?@gAmUssA Thank you for your feedback.
Another possibility (I think):
bat --paging=never ...
looks like it was a glitch on my side.
everything works like a charm.
Thank you, folks @eth-p @sharkdp !