Basic zellij configuration
This commit is contained in:
@@ -11,4 +11,28 @@
|
|||||||
] ++ (lib.optionals pkgs.stdenv.hostPlatform.isLinux [
|
] ++ (lib.optionals pkgs.stdenv.hostPlatform.isLinux [
|
||||||
impala
|
impala
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
programs = {
|
||||||
|
zellij = {
|
||||||
|
enable = true;
|
||||||
|
attachExistingSession = true;
|
||||||
|
enableZshIntegration = pkgs.stdenv.hostPlatform.isDarwin;
|
||||||
|
settings = {
|
||||||
|
keybinds = {
|
||||||
|
normal._children = [
|
||||||
|
{
|
||||||
|
bind = {
|
||||||
|
_args = [ "Ctrl b" ];
|
||||||
|
_children = [
|
||||||
|
{
|
||||||
|
SwitchToMode._args = [ "locked" ];
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}; # /keybinds
|
||||||
|
}; # /settings
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user