diff --git a/nix/home/programs/helix/default.nix b/nix/home/programs/helix/default.nix index 8d350eb..fc6fab8 100644 --- a/nix/home/programs/helix/default.nix +++ b/nix/home/programs/helix/default.nix @@ -52,7 +52,7 @@ "ret" = [ "move_line_down" "goto_first_nonwhitespace" ]; # Maps the enter key to move to start of next line X = "extend_line_above"; D = "delete_char_backward"; - ";" = "command_mode"; + ";" = "command_mode"; # Note: this shadows the normal use of ";", which is to reset the selection to the cursor. "S-ret" = [ "move_line_up" "goto_first_nonwhitespace" ]; }; insert = {