Tagged Questions
5
votes
2answers
387 views
How can I disable terminal resizing
Vim scripts sometimes resize the whole shell (in my case the Taglist plugin).
I don't want this behavior, which is possible with the shell command resize, too.
Is there a way to suppress the whole ...