Vimroom
11–20 of 39 posts
Re: Vimroom
#12Re: Vimroom
#13The article mentions the same is possible in MacVim, but not how to do it. Any pointers?
Re: Vimroom
#14The article mentions the same is possible in MacVim, but not how to do it. Any pointers?
Re: Vimroom
#15https://github.com/jrockway/dotfiles/blob/master/xmonad/lib/...
It looks something like:
Re: Vimroom
#16How does this stand up when there are split windows? Is this mostly for single window/terminal use?
It appears to be implemented using split windows, so the results if you try and use split windows normally are somewhat surprising. (It also doesn't work well with my settings as it shows a statusbar on some of these split windows acting as padding, so the effect is ruined slightly.)
Regarding your settings, would you mind filing a bug report with some detail? I'm happy to try to fix things if there's a bug: https://github.com/mikewest/vimroom/issues
Re: Vimroom
#17The article mentions the same is possible in MacVim, but not how to do it. Any pointers?
if has('gui_macvim')
set fuoptions=background:Normal
endif
Screenshot: http://i.imgur.com/HeWkK.pngRe: Vimroom
#18The article mentions the same is possible in MacVim, but not how to do it. Any pointers?
Also curious about this. Entering fullscreen used to do it correctly, but in the latest MacVim the document spans 100%, even if you have "Prefer native fullscreen support" unchecked.
Re: Vimroom
#19If you just want full-screen, it's ":set fullscreen" on MacVim, or ":set fu" for short.
:set nofu to get back
My pet peeve with vim is the :set paste, :set nopaste things why not have :set paste false....
Re: Vimroom
#20This'll get mirrored to the vimscripts github account and then let us install it via the Vundle vim package manager.
Thanks for the cool plugin!