From 8538483f1e2c2b5ecd5b26000a116bcb040c31ed Mon Sep 17 00:00:00 2001 From: Inhji Date: Mon, 16 Oct 2023 11:31:38 +0200 Subject: [PATCH] helix: add save shortcut --- config/helix/config.toml | 3 +++ 1 file changed, 3 insertions(+) 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"