add lazyjj integration for zellij

This commit is contained in:
Noah Masur
2025-07-26 23:33:30 -04:00
parent d3e69faf2f
commit 6f06b0a0c5
2 changed files with 9 additions and 6 deletions

View File

@ -163,7 +163,7 @@ in
space.l = [
":write-all"
":new"
":insert-output ${lib.getExe pkgs.lazygit}"
":insert-output ${lib.getExe pkgs.lazygit} > /dev/tty"
":buffer-close!"
":redraw"
":reload-all"

View File

@ -185,6 +185,14 @@ in
];
};
};
"bind \"Alt Shift j\"" = {
Run = {
_args = [
(lib.getExe pkgs.lazyjj)
];
close_on_exit = true;
};
};
"bind \"Super Shift ]\"" = {
GoToNextTab = { };
};
@ -208,11 +216,6 @@ in
_args = [ "scroll" ];
};
};
"bind \"Alt k\"" = lib.mkIf pkgs.stdenv.isLinux {
SwitchToMode = {
_args = [ "scroll" ];
};
};
"bind \"Super Shift e\"" = lib.mkIf pkgs.stdenv.isDarwin {
EditScrollback = { };
SwitchToMode = {