mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-11 19:41:08 +01:00
zellij: add keybind examples (#7447)
This commit is contained in:
parent
2a8220dd92
commit
fc25398450
1 changed files with 18 additions and 0 deletions
|
|
@ -147,6 +147,24 @@ in
|
||||||
{
|
{
|
||||||
theme = "custom";
|
theme = "custom";
|
||||||
themes.custom.fg = "#ffffff";
|
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 = ''
|
description = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue