rzyns / macvim

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

Native full-screen support breaks multi-monitor usage #351

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Lion native full-screen support is awesome on machines with only one display 
(i.e. laptops), but if I have a second screen, I like to have a full-screen Vim 
on each display, so I can have no distractions but also make full use of all 
available space.  With snapshot 58, this is possible.  With snapshot 61, native 
full-screen makes my secondary displays blank; I can't even have a Terminal 
open there any more.

Please add a separate command to restore the old fullscreen mode so I can 
continue to upgrade MacVim on my multi-monitor systems as well as my laptop.

Original issue reported on code.google.com by Glyph.Lefkowitz on 3 Aug 2011 at 1:56

GoogleCodeExporter commented 9 years ago
In Terminal:

$ defaults write org.vim.MacVim MMNativeFullScreen 0

The next window you open will use the (old) custom full-screen code path.

Please search vim_mac before making new issues, and please only use this issue 
tracker for bugs (not feature requests).

Original comment by bjorn.winckler@gmail.com on 3 Aug 2011 at 9:03