From 7e875d3a563ff12a8dd273b0d05ad0210166ad0d Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 11 Nov 2023 00:06:43 +0300 Subject: [PATCH] Align lines --- machines/enka/helix/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/enka/helix/default.nix b/machines/enka/helix/default.nix index 06541db..1448ca5 100644 --- a/machines/enka/helix/default.nix +++ b/machines/enka/helix/default.nix @@ -44,8 +44,8 @@ C-left = "move_prev_word_start"; C-right = "move_next_word_end"; - C-up = "move_visual_line_up"; - C-down = "move_visual_line_down"; + C-up = "move_visual_line_up"; + C-down = "move_visual_line_down"; }; }) [ "insert" "normal" "select" ])) (builtins.foldl' (x: y: lib.recursiveUpdate x y) {} (builtins.map (mode: {