dotfiles/home/private_dot_config/helix/config.toml

14 lines
207 B
TOML

theme = "catppuccin_mocha"
[editor]
true-color = true
insert-final-newline = false
[editor.file-picker]
hidden = false
[keys.normal]
C-r = ":reload-all"
[keys.normal.C-m]
t = ":sh run_test_under_cursor"