add more gh shortcuts to zellij

This commit is contained in:
Noah Masur 2025-06-07 16:38:52 -04:00
parent 6e29c95506
commit 44f769f5ed
No known key found for this signature in database

View File

@ -149,6 +149,26 @@ in
# start_suspended = true;
};
};
"bind \"Alt Shift l\"" = {
Run = {
_args = [
(lib.getExe pkgs.gh)
"run"
"view"
"--log"
];
};
};
"bind \"Alt Shift f\"" = {
Run = {
_args = [
(lib.getExe pkgs.gh)
"run"
"view"
"--log-failed"
];
};
};
"bind \"Super Shift ]\"" = {
GoToNextTab = { };
};