mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-29 20:00:13 +00:00
add lazyjj integration for zellij
This commit is contained in:
@ -163,7 +163,7 @@ in
|
|||||||
space.l = [
|
space.l = [
|
||||||
":write-all"
|
":write-all"
|
||||||
":new"
|
":new"
|
||||||
":insert-output ${lib.getExe pkgs.lazygit}"
|
":insert-output ${lib.getExe pkgs.lazygit} > /dev/tty"
|
||||||
":buffer-close!"
|
":buffer-close!"
|
||||||
":redraw"
|
":redraw"
|
||||||
":reload-all"
|
":reload-all"
|
||||||
|
@ -185,6 +185,14 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"bind \"Alt Shift j\"" = {
|
||||||
|
Run = {
|
||||||
|
_args = [
|
||||||
|
(lib.getExe pkgs.lazyjj)
|
||||||
|
];
|
||||||
|
close_on_exit = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
"bind \"Super Shift ]\"" = {
|
"bind \"Super Shift ]\"" = {
|
||||||
GoToNextTab = { };
|
GoToNextTab = { };
|
||||||
};
|
};
|
||||||
@ -208,11 +216,6 @@ in
|
|||||||
_args = [ "scroll" ];
|
_args = [ "scroll" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"bind \"Alt k\"" = lib.mkIf pkgs.stdenv.isLinux {
|
|
||||||
SwitchToMode = {
|
|
||||||
_args = [ "scroll" ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
"bind \"Super Shift e\"" = lib.mkIf pkgs.stdenv.isDarwin {
|
"bind \"Super Shift e\"" = lib.mkIf pkgs.stdenv.isDarwin {
|
||||||
EditScrollback = { };
|
EditScrollback = { };
|
||||||
SwitchToMode = {
|
SwitchToMode = {
|
||||||
|
Reference in New Issue
Block a user