Hey all,

I've successfully gotten MacVim to go fullscreen on launch with the
following bit in my vimrc:

if has("gui_macvim")

    set fuoptions=maxvert,maxhorz

    au GUIEnter * set fullscreen

endif

However, it always goes fullscreen on my primary monitor, and I would prefer
for it to do so on my second monitor. I've unsuccessfully searched for a
command or setting to control this. Have I missed anything?

Thanks!

Chuck

-- 
You received this message from the "vim_mac" 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

Reply via email to