From 6cd9476375dd64c6332e90b5d062c9aa77eaa9a4 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Thu, 25 Sep 2025 21:31:47 -0400 Subject: [PATCH] Allow navigation to previous tab from terminal --- config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config.nix b/config.nix index 5f720e6..8c5961c 100644 --- a/config.nix +++ b/config.nix @@ -293,6 +293,7 @@ { action = "tabp"; key = ""; + mode = [ "t" ]; } { action = "lua require(\"typst-preview\").start()";