⚙️ config(bat): added more options to the bat config
This commit is contained in:
parent
2521941314
commit
770e0cf788
1 changed files with 6 additions and 4 deletions
|
@ -8,10 +8,13 @@
|
|||
|
||||
# Enable this to use italic text on the terminal. This is not supported on all
|
||||
# terminal emulators (like tmux, by default):
|
||||
#--italic-text=always
|
||||
--italic-text=always
|
||||
--style=full
|
||||
--color=always
|
||||
--decorations=always
|
||||
|
||||
# Uncomment the following line to disable automatic paging:
|
||||
#--paging=never
|
||||
--paging=never
|
||||
|
||||
# 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
|
||||
|
@ -21,5 +24,4 @@
|
|||
# Syntax mappings: map a certain filename pattern to a language.
|
||||
# Example 1: use the C++ syntax for Arduino .ino files
|
||||
# Example 2: Use ".gitignore"-style highlighting for ".ignore" files
|
||||
#--map-syntax "*.ino:C++"
|
||||
#--map-syntax ".ignore:Git Ignore"
|
||||
--map-syntax ".ignore:Git Ignore"
|
||||
|
|
Loading…
Add table
Reference in a new issue