2009/7/8 David M. Wilson: > > I've been digging through the docs with no luck. Basically, I have a > global accelerator assigned to any menu option labelled "Zoom". This > has the effect in Terminal of expanding the focused window to full > vertical/horizontal dimensions. > > Can this be done with MacVim? I noticed the old Carbon port also only > maximized vertically, so I thought perhaps there is a generic Gvim- > related option for it. > > (I'm aware of full screen mode - awesome! but not quite what I want)
Hi David, You must have been digging in the wrong places! :-) Take a look at :h macvim This is one of the hints mentioned in the ":h macvim-hints" section. It boils down to this: open Terminal and type defaults write org.vim.MacVim MMZoomBoth 1 Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
