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

Quickfix split should occupy full width? #4

Closed
mislav opened this issue Apr 2, 2013 · 2 comments
Closed

Quickfix split should occupy full width? #4

mislav opened this issue Apr 2, 2013 · 2 comments

Comments

@mislav
Copy link

mislav commented Apr 2, 2013

I've got vertical splits. When I :Dispatch in tmux, the lower tmux pane occupies the full width of the terminal. However when that tmux pane is closed and quickfix is opened, that window occupies only half the width in Vim.

dispatch splits

I feel that you tried to replace the tmux pane with quickfix window in a way that there's an illusion they're the same split. If so, this definitely breaks that illusion.

@molok
Copy link

molok commented Apr 2, 2013

If you want the quickfix window always on the bottom taking the whole horizontal space you can put this in your vimrc:

au FileType qf wincmd J

@tpope tpope closed this as completed in 173e69c Apr 2, 2013
@tpope
Copy link
Owner

tpope commented Apr 2, 2013

I think forcing :botright is the right thing to do here. Even before dispatch.vim, having the quickfix window pop up within a vertical split has always irked me.

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

No branches or pull requests

3 participants