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
This commit is contained in:
parent
4ac1ece326
commit
9021289421
|
@ -85,9 +85,3 @@ autocmd("BufDelete", {
|
|||
end
|
||||
end,
|
||||
})
|
||||
|
||||
-- Auto resize panes
|
||||
autocmd("VimResized", {
|
||||
pattern = "*",
|
||||
command = "tabdo wincmd =",
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue