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

How to set the size of quickrun's ouput window? #60

Closed
UncleBill opened this issue May 7, 2013 · 2 comments
Closed

How to set the size of quickrun's ouput window? #60

UncleBill opened this issue May 7, 2013 · 2 comments
Labels

Comments

@UncleBill
Copy link

As the title.
The output window should be smaller: when vertical split,ouput window's slim in width,when horizontal split,output window shorter.

@karadaharu
Copy link

It's tooooo late but you can set the buffer window size by setting config on .vimrc as follows;

let g:quickrun_config = {
      \'*': {
      \'outputter/buffer/split': ':40vsplit'},}

if you want to split horizontally or change the width, please modify '40vsplit'.

Thanks!

@TornaxO7
Copy link

TornaxO7 commented Oct 26, 2020

Shouldn't be this issue closed?

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

4 participants