sinbad wrote:
> zoom option in vim.
>
> |-------|---------|
> | 1 | 2 |
> |-------|---------|
> | 3 | 4 |
> |-------|---------|
>
> suppose assume that i've splitted my windown in vim
> as shown above. And i am in window 1. My question is
> how can i zoom the window 1, so that it occupies the
> whole screen space, in otherwords the screen will only
> have window 1. If i unzoom it should switch back to its
> initial size as shown above. how can this be done in vim
> without actually using window resize commands.
>
Try the ZoomWin plugin; you can get ZoomWin from:
http://vim.sourceforge.net/scripts/script.php?script_id=508 (stable)
http://mysite.verizon.net/astronaut/vim/index.html#ZOOMWIN
(cutting edge)
It sets up a normal mode map, ctrl-w o which toggles between
zoom/unzoomed states.
Regards,
Chip Campbell
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---