From 2158be51edf9e0445a773664d47f41d169a16ef1 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Fri, 2 May 2025 15:37:20 +0200 Subject: [PATCH] fix helix bind --- modules/editors/helix/binds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";