From dc8221f6cafacb82079f35d60900695d00b52266 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Fri, 22 Aug 2025 22:05:20 -0400 Subject: [PATCH] Move tabs when in terminal --- config.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.nix b/config.nix index d9afcaa..431af76 100644 --- a/config.nix +++ b/config.nix @@ -228,6 +228,15 @@ action = "tabp"; key = ""; } + { + action = "tabn"; + key = ""; + mode = [ "t" ]; + } + { + action = "tabp"; + key = ""; + } { action = "lua require(\"typst-preview\").start()"; key = "s";