dotfiles/home/private_dot_config/helix/config.toml
2025-11-09 15:10:53 -05:00

13 lines
232 B
TOML

theme = "catppuccin_mocha"
[editor]
true-color = true
insert-final-newline = false
[editor.file-picker]
hidden = false
[keys.normal.space.m]
r = ":reload-all"
s = ":toggle-option soft-wrap.enable"
t = ":sh run_test_under_cursor"