We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddcf21 commit 61786caCopy full SHA for 61786ca
lua/options.lua
@@ -55,6 +55,3 @@ vim.api.nvim_create_autocmd({ "CursorHold", "CursorHoldI" }, {
55
}
56
end,
57
})
58
-
59
--- return to previous tab after closing one
60
-vim.cmd([[autocmd TabClosed * tabprevious]])
0 commit comments