Friday, April 29, 2011

Re: vim to resize split windows when size of xterm's window changes

There's a "VimResized" event that you can use with autocommands. I'd try
something like this (untested):

autocmd VimResized * normal! <C-W>=

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: