mirror of
https://github.com/nmasur/dotfiles
synced 2025-08-19 07:04:41 +00:00
add more gh shortcuts to zellij
This commit is contained in:
@@ -149,6 +149,26 @@ in
|
|||||||
# start_suspended = true;
|
# 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 ]\"" = {
|
"bind \"Super Shift ]\"" = {
|
||||||
GoToNextTab = { };
|
GoToNextTab = { };
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user