diff --git a/config/helix/config.toml b/config/helix/config.toml index a867a60..dab1922 100644 --- a/config/helix/config.toml +++ b/config/helix/config.toml @@ -3,3 +3,6 @@ theme = "catppuccin_mocha" # this should be enabled once soft wrap is merged [editor] soft-wrap.enable = true + +[keys.normal] +C-s = ":w"