core: autocmd: Remove 'tabdo wincmd =' on VimResized

this should not be in main config, not every one wants their splits to be of equal size on resize, sometimes i want the split to of smaller size whether the screen is resized or not

this should be in used custom dir
navigator
Akianonymus 2 years ago committed by Sidhanth Rathod
parent 4ac1ece326
commit 9021289421

@ -85,9 +85,3 @@ autocmd("BufDelete", {
end
end,
})
-- Auto resize panes
autocmd("VimResized", {
pattern = "*",
command = "tabdo wincmd =",
})

Loading…
Cancel
Save