annotate helix configuration
This commit is contained in:
parent
caa1b407ec
commit
56ff686821
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue