helix: add alt-j/k hotkeys

This commit is contained in:
Sean Buckley 2024-09-29 18:42:56 -04:00
parent 1b46cbc494
commit 4fa6ca3527

View file

@ -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";