From 5d2f22d83d2683e356c198f019ec0d03e1d33209 Mon Sep 17 00:00:00 2001 From: committer Date: Sat, 24 Aug 2024 13:07:46 -0500 Subject: [PATCH] + save shortcut in normal mode current: "selection saved to jumplist" is not used --- dots/helix/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/helix/config.toml b/dots/helix/config.toml index df9a8cb..785485a 100644 --- a/dots/helix/config.toml +++ b/dots/helix/config.toml @@ -38,6 +38,7 @@ display-messages = true #"A-w" = ":buffer-close" #"A-/" = "repeat_last_motion" A-w = [":toggle soft-wrap.enable", ":redraw"] +C-s = ":w" [keys.insert]