mirror of
https://github.com/nmasur/dotfiles
synced 2025-06-16 18:05:52 +00:00
add more gh shortcuts to zellij
This commit is contained in:
parent
6e29c95506
commit
44f769f5ed
@ -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 = { };
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user