tools: cheat configs & dirs

This commit is contained in:
2023-04-22 11:17:36 +03:00
parent 740ad17207
commit 775d2abf13
6 changed files with 17 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
---
# The editor to use with 'cheat -e <sheet>'. Defaults to $EDITOR or $VISUAL.
editor: EDITOR_PATH
editor: $EDITOR
# Should 'cheat' always colorize output?
colorize: true
@@ -12,12 +12,12 @@ style: monokai
# Which 'chroma' "formatter" should be applied?
# One of: "terminal", "terminal256", "terminal16m"
formatter: terminal16m
formatter: terminal256
# Through which pager should output be piped?
# 'less -FRX' is recommended on Unix systems
# 'more' is recommended on Windows
pager: PAGER_PATH
pager: less -FRX
# Cheatpaths are paths at which cheatsheets are available on your local
# filesystem.