1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-07-10 19:17:06 +02:00

Update README.md

This commit is contained in:
David Peter
2018-11-11 12:17:15 +01:00
committed by GitHub
parent b68c038db8
commit 5d5bf616ca

@ -345,6 +345,9 @@ Example configuration file:
# Show line numbers, Git modifications and file header (but no grid) # Show line numbers, Git modifications and file header (but no grid)
--style="numbers,changes,header" --style="numbers,changes,header"
# Use italic text on the terminal (not supported on all terminals)
--italic-text=always
# Add mouse scrolling support in less (does not work with older # Add mouse scrolling support in less (does not work with older
# versions of "less") # versions of "less")
--pager="less -FR" --pager="less -FR"