-
-
Notifications
You must be signed in to change notification settings - Fork 856
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
Bottom horizontal split theme #765
Comments
How about something like this: It's just a rough draft |
It's looking great, thanks! |
this part is configurable |
OK, you can try this now with:
Let me know if that is what you're looking for. It still allows for all the normal telescope configurations. |
@tjdevries thanks for the hard work on this new layout, I'm really looking forward to playing around with it! Is there a particular difference between setting your default Hope you had a wonderful vacation! I'm looking forward to popping into a Teej stream again soon 😃 |
So the |
It's great, but I wonder how to put the prompt in the bottom? |
Currently not supported. PR welcome :) |
This is really great, and I'd love to use it as a quickfix replacement. In order to do that, one would need to be able to:
Is there any plan to support functionality like this? |
@zetashift Not sure if it's the best way, but you can modify various params of the theme like this: local theme = require('telescope.themes').get_ivy()
theme['find_command'] = opts.find_command
theme['layout_config']['height'] = 10
require('telescope.builtin').find_files(theme) |
@smackesey thanks that worked! |
Closing now as the |
Is your feature request related to a problem? Please describe.
This is just a feature I think some people might like (including myself).
Describe the solution you'd like
I'd be nice to have a theme where the results are shown in a horizontal split at the bottom of the screen.
For e.g. something like CoC's fuzzy finder:
I'd personally prefer this layout in a few cases like the
commands
built-in.The text was updated successfully, but these errors were encountered: