You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bat currently mistakenly replaces arguments to less with the default arguments when using the --pager command-line option. So this does not work as expected:
bat --pager="less -FR" …
As a workaround, BAT_PAGER can be used:
export BAT_PAGER="less -FR"
The text was updated successfully, but these errors were encountered:
(see #508)
bat
currently mistakenly replaces arguments toless
with the default arguments when using the--pager
command-line option. So this does not work as expected:As a workaround,
BAT_PAGER
can be used:The text was updated successfully, but these errors were encountered: