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

Dropdown from top of window #82

Closed
dlee opened this issue Jan 15, 2012 · 4 comments
Closed

Dropdown from top of window #82

dlee opened this issue Jan 15, 2012 · 4 comments

Comments

@dlee
Copy link

dlee commented Jan 15, 2012

Is there a way to make the dropdown list appear top-to-bottom from the top of the window?

@kien
Copy link
Owner

kien commented Jan 15, 2012

You can use let g:ctrlp_match_window_bottom = 0. You might also want let g:ctrlp_match_window_reversed = 0 to show the results from top to bottom.

@kien kien closed this as completed Jan 15, 2012
@dlee
Copy link
Author

dlee commented Jan 15, 2012

Thanks. The text input is still located at the bottom of the window. Is there a way to move that to the top as well?

@kien
Copy link
Owner

kien commented Jan 16, 2012

Nope, that's Vim's command line. We can't move it.

@dlee
Copy link
Author

dlee commented Jan 20, 2012

Is there then a way to replicate the current contents of the command line up on top?

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

2 participants