edenzik / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

Using the green resize button maximizes height only, and not full screen. #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch MacVim
2. Click on the green button in the upper left corner of the window.

What is the expected output? What do you see instead?
The screen is supposed to resize to the fully available space.
Instead only the height is maximized.  If this is going to be the preferred
(non-standard) behavior, there should at least be a preference to configure
it, like there is for iTerm.

What version of MacVim are you using (check the "MacVim->About MacVim" menu
item)? On which processor and version of OS X (check the "Apple Menu->About
This Mac" menu item)?
MacVim Snapshot 35
OS X 10.5.4 Running on a 2 Ghz Intel Core Duo

Please provide any additional information below.

Original issue reported on code.google.com by doug...@openplans.org on 6 Oct 2008 at 2:09

GoogleCodeExporter commented 9 years ago
Open Terminal and type:

defaults write org.vim.MacVim MMZoomBoth 1

This is covered in the help, see ":h macvim-user-defaults" for information on 
user
defaults.

Original comment by bjorn.winckler@gmail.com on 6 Oct 2008 at 3:28