mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-29 21:10:13 +00:00
add normal mode newline in helix
This commit is contained in:
@ -199,13 +199,26 @@ in
|
||||
"paste_before"
|
||||
];
|
||||
|
||||
A-S-ret = [
|
||||
"open_above"
|
||||
"normal_mode"
|
||||
];
|
||||
A-ret = [
|
||||
"open_below"
|
||||
"normal_mode"
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
keys.insert = {
|
||||
# Allows not continuing the comment
|
||||
"A-ret" = [
|
||||
"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