From 95ef6f5986603e61adf41a5f698be9d4d72e37a0 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Wed, 3 Dec 2025 13:13:58 +0100 Subject: [PATCH] add helix utility binds --- modules/editors/helix/binds.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/editors/helix/binds.nix b/modules/editors/helix/binds.nix index 26b00b2..f25b9ac 100644 --- a/modules/editors/helix/binds.nix +++ b/modules/editors/helix/binds.nix @@ -11,6 +11,11 @@ S-tab = "move_parent_node_start"; A-S = "@S[\\s]+"; "'" = { + E = "@ D%sev ERROR "; + e = "@ d%sev ERROR "; + W = "@ D%sev WARN "; + w = "@ d%sev WARN "; + D = "@sgd"; F = "@sgy"; d = "@vgd";