Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Goyo was not centering the buffer horizontally #12

Closed
jsherer opened this issue Dec 30, 2013 · 1 comment
Closed

Goyo was not centering the buffer horizontally #12

jsherer opened this issue Dec 30, 2013 · 1 comment
Labels

Comments

@jsherer
Copy link

jsherer commented Dec 30, 2013

I was having issues with Goyo not centering the buffer horizontally. I learned it was being caused by these two commands tucked away in my vim config:

set splitbelow
set splitright

These naturally affect the way windows are split, which Goyo uses to create the pad scratch buffers for horizontal centering. Removing them "fixed" the Goyo issue.

@junegunn
Copy link
Owner

Fixed. Thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants