Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

bat

install

# Arch
sudo pacman -S bat
# Windows 10
scoop install bat

config

Adding new syntaxes / language definitions

mkdir -p %USERPROFILE%/AppData/Roaming/bat/
cd %USERPROFILE%/AppData/Roaming/bat
mkdir syntaxes
cd syntaxes
git clone --depth=1 https://github.com/tellnobody1/sublime-purescript-syntax
cd ..
mkdir themes
cd themes
bat cache --build

usage

bat --list-themes | fzf --preview="bat --theme={} --color=always <file>"
bat