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";