Update switchbuf to include newtab

This commit is contained in:
Kenneth Benzie 2025-12-16 19:14:30 +00:00
parent 144d2b11cf
commit 82143dea23

View File

@ -78,7 +78,7 @@ vim.opt.splitbelow = true
vim.opt.splitright = true vim.opt.splitright = true
-- Use existing windows and tabs when jumping to errors -- Use existing windows and tabs when jumping to errors
vim.opt.switchbuf = 'usetab' vim.opt.switchbuf = 'usetab,newtab'
-- Automatically write changes to files -- Automatically write changes to files
vim.opt.autowrite = true vim.opt.autowrite = true