diff --git a/modules/editors/helix/binds.nix b/modules/editors/helix/binds.nix index b7f6447..26b00b2 100644 --- a/modules/editors/helix/binds.nix +++ b/modules/editors/helix/binds.nix @@ -4,7 +4,7 @@ normal = { space."=" = ":fmt"; space.ret = "@[]"; - space.space = "ms"; + space.space = "@ms"; # smart tab++ tab = "move_parent_node_end";