Skip to content

Commit 61786ca

Browse files
authored
Remove tab autocommand (#18)
1 parent fddcf21 commit 61786ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lua/options.lua

-3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,3 @@ vim.api.nvim_create_autocmd({ "CursorHold", "CursorHoldI" }, {
5555
}
5656
end,
5757
})
58-
59-
-- return to previous tab after closing one
60-
vim.cmd([[autocmd TabClosed * tabprevious]])

0 commit comments

Comments
 (0)