1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-09 18:41:06 +01:00

zellij: add keybind examples (#7447)

This commit is contained in:
Austin Horstman 2025-07-12 21:28:21 -05:00 committed by GitHub
parent 2a8220dd92
commit fc25398450
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -147,6 +147,24 @@ in
{
theme = "custom";
themes.custom.fg = "#ffffff";
keybinds._props.clear-defaults = true;
keybinds.pane._children = [
{
bind = {
_args = ["e"];
_children = [
{ TogglePaneEmbedOrFloating = {}; }
{ SwitchToMode._args = ["locked"]; }
];
};
}
{
bind = {
_args = ["left"];
MoveFocus = ["left"];
};
}
];
}
'';
description = ''