Live data from Hacker News

Vimroom

projects.mikewest.org

11–20 of 39 posts

Re: Vimroom

#11
Doesn't really work for me, but there is already an issue on GitHub for this. However, I don't really see the added value if you are using MacVim in the first place.

Re: Vimroom

#12
I wrote a color scheme/plugin to do something similar a while back (I think it's darkroom.vim on vim.org). Never really developed it fully. Ratings indicate people were underwhelmed :) Looks like this guy may have given the idea a much better treatment.

Re: Vimroom

#13
post #10

The 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

#16
post #9

How 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.)

It is implemented using splits, so you're right: if you're already using split windows then your results will be a bit off. :)

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

#18
post #13
post #10

The 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.

Snapshot 61 added maxhorz and maxvert to fullscreen options by default. You have to set fuoptions yourself if you want something different. See my other comment for what I do.

Re: Vimroom

#19
post #6

If you just want full-screen, it's ":set fullscreen" on MacVim, or ":set fu" for short.

awesome.

:set nofu to get back

My pet peeve with vim is the :set paste, :set nopaste things why not have :set paste false....

Post reply on HN