-
-
Notifications
You must be signed in to change notification settings - Fork 587
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
Non-popup floating/overlay support? #942
Comments
Added let g:fzf_layout = { 'window': { 'width': 1, 'height': 0.4, 'yoffset': 1, 'border': 'horizontal' } } |
@junegunn wicked, this is wonderful, thank you 🎉 Now I'm wondering about some sort of What are your thoughts on this? |
Well, I'd not like to end up with too many options. Can you try it as it is now for a while and see if you can get used to it? |
@junegunn totally trying it out. I just think on a bottom panel, a bottom border is a wasted line, and doesn't really make sense. Like if you use some sort of side panel like NerdTree, TagBar, or even your Peekaboo plugin, there will be a border on the inside edge, but not on the outside edge. Likewise with borders between Vim windows, but not outside of Vim windows. Nawmean? |
I realized more options can be useful when you want to launch fzf as a sidebar. So here it is: junegunn/fzf@4fb410a |
Yassssss. This is 🔥, thank you so much @junegunn ❤️ |
@junegunn Is it possible to open a floating fzf window at lower end of current split? |
@junegunn I get some weird error (happens only with neovim), whenever I run FZF from a split. It does not happen with vim. The steps to reproduce this error: set the fzf_layout to window-relative (in .vimrc, the one you pointed me to), reopen vim, create some splits and run
|
man fzf
)Now that we have floating popup window support (thank you! 🎉), I'm wondering if it's possible to add a floating option to the default non-floating-window mode. What I mean by this is, I still prefer everything about how the default non-floating-window looks (position, border, etc.), but have always disliked how it pushes buffer content up off the top of the screen, ie)
Given the recent popup window improvements, would it now be possible to have fzf float/overlay the buffer content at the bottom of a window, without pushing it up?
The text was updated successfully, but these errors were encountered: