Move tabs when in terminal

This commit is contained in:
2025-08-22 22:05:20 -04:00
parent 1994f0681c
commit dc8221f6ca

View File

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