From 014a29a7e01e69f18fe888f217985b1e65544bec Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Tue, 10 Mar 2026 01:49:51 +0100 Subject: [PATCH] helix fixes --- home-modules/helix.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home-modules/helix.nix b/home-modules/helix.nix index 18f2a6e..5d15ef3 100644 --- a/home-modules/helix.nix +++ b/home-modules/helix.nix @@ -98,7 +98,6 @@ cursor-shape = { normal = "block"; insert = "bar"; - select = "underline"; }; file-picker = { hidden = false; # Enables ignoring hidden files @@ -190,7 +189,7 @@ keys = { normal = { "C-g" = [ ":new" ":insert-output lazygit" ":buffer-close!" ":redraw" ]; - "C-m" = [ ":pipe fgl" "toggle_comments" ]; + "C-m" = [ ":pipe nxfgl" "toggle_comments" ]; "A-`" = [ "no_op" ]; "`" = [ "no_op" ]; "รถ" = { "s" = [ "switch_case" ]; "u" = [ "switch_to_uppercase" ]; "l" = [ "switch_to_lowercase" ]; }; @@ -325,7 +324,6 @@ "constant.numeric" = foreground; "constructor" = secondary.bright; "debug" = yellow.base; - "diagnostic.modifiers" = [ "underline" ]; "diff.delta" = subtle.bright; "diff.minus" = negative.bright; "diff.plus" = positive.bright;