From 8d16698228a7634475abd43b529cbc655d3ab3cd Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Wed, 12 Mar 2025 04:40:27 +0100 Subject: [PATCH] more helix convenience shortcuts --- modules/shell/helix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/shell/helix.nix b/modules/shell/helix.nix index e0dc3ea..1b483dd 100644 --- a/modules/shell/helix.nix +++ b/modules/shell/helix.nix @@ -89,10 +89,12 @@ keys = { normal = { space."=" = ":fmt"; + space.space = "@[]"; # smart tab++ tab = "move_parent_node_end"; S-tab = "move_parent_node_start"; + A-S = "@S[\\s]+"; "'" = { D = "@sgd"; F = "@sgy";