# hjkl default configuration. Bundled into the binary via include_str!()
# and parsed at runtime as the source of truth for default values.
#
# A user config at $XDG_CONFIG_HOME/hjkl/config.toml is layered on top
# of these defaults — only fields you want to override need to appear
# there. Unknown keys are an error.
#
# Resolved paths:
# Linux ~/.config/hjkl/config.toml
# macOS ~/Library/Application Support/sh.kryptic.hjkl/config.toml
# Windows %APPDATA%\kryptic\hjkl\config\config.toml
[]
# Leader key in normal mode. Single character. Common alts: "\\", ",".
= " "
# Fallback indent width when no .editorconfig covers the open file.
= 4
# Fallback for spaces-vs-tabs when no .editorconfig covers the file.
= true
# Files with this many lines or more skip the per-keystroke git diff
# recomputation. Lower this on slower machines.
= 50000
[]
# Theme name. Currently only "dark" is bundled.
= "dark"