diff --git a/modules/home-manager/helix.nix b/modules/home-manager/helix.nix index 01e002a..0f4830c 100644 --- a/modules/home-manager/helix.nix +++ b/modules/home-manager/helix.nix @@ -16,6 +16,7 @@ cursorline = true; color-modes = true; mouse = true; + soft-wrap.enable = true; end-of-line-diagnostics = "hint"; inline-diagnostics.cursor-line = "warning"; @@ -26,8 +27,6 @@ select = "underline"; }; - soft-wrap.enable = true; - statusline = { left = [ "mode" @@ -50,15 +49,6 @@ ]; }; }; - - keys = { - normal = { - X = [ - "extend_line_up" - "extend_to_line_bounds" - ]; - }; - }; }; languages.language = [