Files
dotfiles/cli/dot-config/helix/config.toml
2025-12-30 10:47:58 +01:00

16 lines
239 B
TOML

# Test
theme = "jonas"
[editor.file-picker]
hidden = false
[keys.normal.space]
"H" = ":reset-diff-change" # Hard reset the hunk
[keys.normal.space.l]
"a" = ":rla"
[keys.normal.space.space.c]
"o" = ":config-open"
"r" = ":config-reload"