mirror of
https://github.com/nmasur/dotfiles
synced 2025-09-13 17:14:41 +00:00
add normal mode newline in helix
This commit is contained in:
@@ -199,13 +199,26 @@ in
|
|||||||
"paste_before"
|
"paste_before"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
A-S-ret = [
|
||||||
|
"open_above"
|
||||||
|
"normal_mode"
|
||||||
|
];
|
||||||
|
A-ret = [
|
||||||
|
"open_below"
|
||||||
|
"normal_mode"
|
||||||
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
keys.insert = {
|
keys.insert = {
|
||||||
# Allows not continuing the comment
|
# Allows not continuing the comment
|
||||||
"A-ret" = [
|
"A-ret" = [
|
||||||
"insert_newline"
|
"insert_newline"
|
||||||
"delete_word_backward"
|
"extend_to_line_bounds"
|
||||||
|
"delete_selection"
|
||||||
|
"insert_newline"
|
||||||
|
"move_line_up"
|
||||||
|
"insert_mode"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user