junegunn / goyo.vim

:tulip: Distraction-free writing in Vim
MIT License
4.52k stars 116 forks source link

Vertical split size #80

Closed nobe4 closed 9 years ago

nobe4 commented 9 years ago

Hello, First, thanks a lot for your plugin, combined with vim-pencil it makes all my prose-writing so much more delightful. :+1:

I encounter an issue when I try to open a vertical split while in the Goyo tab, as you can see in the following picture : screen shot 2015-08-25 at 15 04 53

Instead of splitting the window size in two, it split the display zone in two.

Do you know if that is a normal behaviour, and if not, what can I do to solve it ?

Thanks,

junegunn commented 9 years ago

Yeah it's the expected behavior since Goyo was not designed to be used with splits. You can try resizing the central window with :Goyo 160 or with something like 40CTRL-W>.

junegunn commented 9 years ago

Hmm, CTRL-W> doesn't seem to work as expected when the central window is split. :Goyo WIDTH works fine though.

nobe4 commented 9 years ago

Thanks for the answer !