From fc25398450cdab61af9654928dfef9d101f51140 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sat, 12 Jul 2025 21:28:21 -0500 Subject: [PATCH] zellij: add keybind examples (#7447) --- modules/programs/zellij.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/modules/programs/zellij.nix b/modules/programs/zellij.nix index 54da56650..20233867b 100644 --- a/modules/programs/zellij.nix +++ b/modules/programs/zellij.nix @@ -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 = ''