fix vertical pane navigation in zellij

This commit is contained in:
Noah Masur
2026-01-12 17:05:35 -05:00
parent 10eecfa136
commit cd0a5d5de0

View File

@@ -271,6 +271,16 @@ in
_args = [ "Left" ];
};
};
"bind \"Alt j\"" = {
MoveFocus = {
_args = [ "Down" ];
};
};
"bind \"Alt k\"" = {
MoveFocus = {
_args = [ "Up" ];
};
};
};
};