mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-29 10:40:13 +00:00
add lazyjj integration for zellij
This commit is contained in:
@ -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"
|
||||
|
@ -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 = {
|
||||
|
Reference in New Issue
Block a user