From 189cddd4b97a9f0905afe83ea915f1682b4874db Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sun, 13 Jul 2025 02:29:10 +0000 Subject: [PATCH] deploy: fc25398450cdab61af9654928dfef9d101f51140 --- options.xhtml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/options.xhtml b/options.xhtml index 97ff71d4b..acb7e35b4 100644 --- a/options.xhtml +++ b/options.xhtml @@ -75979,6 +75979,24 @@ YAML 1.1 value

Example:

{
   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"];
+      };
+    }
+  ];
 }