annotate helix configuration

This commit is contained in:
Haak Saxberg 2024-03-16 00:03:39 -07:00
parent caa1b407ec
commit 56ff686821

View file

@ -52,7 +52,7 @@
"ret" = [ "move_line_down" "goto_first_nonwhitespace" ]; # Maps the enter key to move to start of next line "ret" = [ "move_line_down" "goto_first_nonwhitespace" ]; # Maps the enter key to move to start of next line
X = "extend_line_above"; X = "extend_line_above";
D = "delete_char_backward"; 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" ]; "S-ret" = [ "move_line_up" "goto_first_nonwhitespace" ];
}; };
insert = { insert = {