Christian Brabandt wrote:
Hi wei!
On Sa, 12 Mär 2011, wei gao wrote:
Hi,
I want to keep one of my window (file explorer) the same width all the time
(now, it's always resized if I quite one window).
One way to do this could run a resize command on the file explorer buffer
all the time. But, I didn't find a way to run a command on a specific
buffer/window. Could you help me on this?
See, if setting winfixwidth and winfixheight works.
:h 'winfixwidth'
:h 'winfixheight'
* I'm not sure how you're opening windows on edited files: there's a lot
of options (v s o p). See :help g:netrw_winsize, too.
* If you have two windows open, one from netrw and the other your file,
then quitting the file's window will make the netrw expand to cover the
entire vim display. Perhaps instead of quitting the window you should
look at http://vim.wikia.com/wiki/VimTip622 .
Regards,
Chip Campbell
--
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