From 56ff6868219becce6363125d2c41f3a577e40806 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Sat, 16 Mar 2024 00:03:39 -0700 Subject: [PATCH] annotate helix configuration --- nix/home/programs/helix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {