dotfiles/config/xdgconfig/helix/config.toml

9 lines
137 B
TOML
Raw Normal View History

2023-09-06 07:07:10 +02:00
theme = "catppuccin_mocha"
# this should be enabled once soft wrap is merged
[editor]
soft-wrap.enable = true
2023-10-16 11:31:38 +02:00
[keys.normal]
C-s = ":w"