-- go to the previous tab vim.keymap.set("n", "[", vim.cmd.tabprev) -- go to the next tab vim.keymap.set("n", "]", vim.cmd.tabnext) -- create a new tab with the current window vim.keymap.set("n", "", "tab split")