From f84b0c7ce1ab3a6056481a2ac81e48659781828f Mon Sep 17 00:00:00 2001 From: rycee Date: Thu, 23 Jan 2025 11:05:38 +0000 Subject: [PATCH] deploy: 0db5c8bfcce78583ebbde0b2abbc95ad93445f7c --- options.xhtml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/options.xhtml b/options.xhtml index e41428ea1..a67f943af 100644 --- a/options.xhtml +++ b/options.xhtml @@ -23414,6 +23414,10 @@ attribute set of (atom (null, bool, int, float or string) or a list of them for

Example:

{
   theme = "catppuccin-mocha";
   font-size = 10;
+  keybind = [
+    "ctrl+h=goto_split:left"
+    "ctrl+l=goto_split:right"
+  ];
 }