New bat configuration

This commit is contained in:
Fabio Scotto di Santolo
2025-07-24 16:00:27 +02:00
parent a2f73daa7c
commit bc78966a34

View File

@@ -4,22 +4,27 @@
# Specify desired highlighting theme (e.g. "TwoDark"). Run `bat --list-themes` # Specify desired highlighting theme (e.g. "TwoDark"). Run `bat --list-themes`
# for a list of all available themes # for a list of all available themes
# Theme
--theme="Catppuccin Frappe" --theme="Catppuccin Frappe"
# Style
--style="header,changes,numbers"
# Enable this to use italic text on the terminal. This is not supported on all # Enable this to use italic text on the terminal. This is not supported on all
# terminal emulators (like tmux, by default): # terminal emulators (like tmux, by default):
#--italic-text=always --italic-text=always
# Uncomment the following line to disable automatic paging: # Uncomment the following line to disable automatic paging:
#--paging=never --paging=auto
# Uncomment the following line if you are using less version >= 551 and want to # Uncomment the following line if you are using less version >= 551 and want to
# enable mouse scrolling support in `bat` when running inside tmux. This might # enable mouse scrolling support in `bat` when running inside tmux. This might
# disable text selection, unless you press shift. # disable text selection, unless you press shift.
#--pager="less --RAW-CONTROL-CHARS --quit-if-one-screen --mouse" --pager="less --RAW-CONTROL-CHARS --quit-if-one-screen --mouse"
# Syntax mappings: map a certain filename pattern to a language. # Syntax mappings: map a certain filename pattern to a language.
# Example 1: use the C++ syntax for Arduino .ino files # Example 1: use the C++ syntax for Arduino .ino files
# Example 2: Use ".gitignore"-style highlighting for ".ignore" files # Example 2: Use ".gitignore"-style highlighting for ".ignore" files
#--map-syntax "*.ino:C++" --map-syntax "*.ino:C++"
#--map-syntax ".ignore:Git Ignore" --map-syntax ".ignore:Git Ignore"