1
0
Fork 0

Fix keybindings in helix

This commit is contained in:
Malte 2022-11-07 15:01:14 +01:00
parent 670d17c6aa
commit f4ff785a05

View file

@ -33,7 +33,14 @@ in {
};
in {
normal = common_keys;
insert = common_keys;
insert =
common_keys
// {
up = ["normal_mode" "move_line_up"];
down = ["normal_mode" "move_line_down"];
left = ["normal_mode" "move_char_left"];
right = ["normal_mode" "move_char_right"];
};
};
editor = {
whitespace.render = {