home/editor: restore arrow key bindings
This commit is contained in:
parent
9ef3123131
commit
002e017653
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@ let
|
||||||
select = "underline";
|
select = "underline";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
keys.insert = {
|
||||||
|
up = "move_line_up";
|
||||||
|
down = "move_line_down";
|
||||||
|
left = "move_char_left";
|
||||||
|
right = "move_char_right";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
languages = import ./languages.nix { inherit pkgs inputs; };
|
languages = import ./languages.nix { inherit pkgs inputs; };
|
||||||
theme = import ./theme.nix;
|
theme = import ./theme.nix;
|
||||||
|
|
Loading…
Add table
Reference in a new issue