Move tabs when in terminal
This commit is contained in:
@@ -228,6 +228,15 @@
|
|||||||
action = "<Cmd>tabp<CR>";
|
action = "<Cmd>tabp<CR>";
|
||||||
key = "<C-[>";
|
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>";
|
action = "<Cmd>lua require(\"typst-preview\").start()<CR>";
|
||||||
key = "<C-m>s";
|
key = "<C-m>s";
|
||||||
|
|||||||
Reference in New Issue
Block a user