dotfiles/files/bat/.config/bat/config

18 lines
500 B
Plaintext

# Set the theme to "TwoDark"
--theme="OneHalfDark"
# Show line numbers, Git modifications and file header (but no grid)
# --style="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
# versions of "less")
--pager="less -FR"
# Use C++ syntax (instead of C) for .h header files
--map-syntax h:cpp
# Use "gitignore" highlighting for ".ignore" files
--map-syntax .ignore:.gitignore