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