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;