Allow navigation to previous tab from terminal

This commit is contained in:
2025-09-25 21:31:47 -04:00
parent 9d81be96db
commit 6cd9476375

View File

@@ -293,6 +293,7 @@
{ {
action = "<C-\\><C-n><Cmd>tabp<CR>"; action = "<C-\\><C-n><Cmd>tabp<CR>";
key = "<C-[>"; key = "<C-[>";
mode = [ "t" ];
} }
{ {
action = "<Cmd>lua require(\"typst-preview\").start()<CR>"; action = "<Cmd>lua require(\"typst-preview\").start()<CR>";