Live data from Hacker News

Vimroom

projects.mikewest.org

1–10 of 39 posts

Re: Vimroom

#3
love this. I've been crafting my blog articles in vim lately as well and this will definitely make that a more pleasant experience.

Re: Vimroom

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

Re: Vimroom

#8
vertical split with three windows, adjust their size to control the margins, and set the border to the same color as the background. Put these commands on your .vimrc. Should work too.

Re: Vimroom

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

Post reply on HN