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";