mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
helix: add alt-j/k hotkeys
This commit is contained in:
parent
1b46cbc494
commit
4fa6ca3527
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ in
|
|||
true-color = true;
|
||||
};
|
||||
keys = {
|
||||
normal.A-j = ":buffer-previous";
|
||||
normal.A-k = ":buffer-next";
|
||||
normal.space.e = ":w";
|
||||
normal.space.x = ":q";
|
||||
normal.space.backspace = ":reset-diff-change";
|
||||
|
|
Loading…
Reference in a new issue