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

[feature request] Option to set absolute height and width in g:fzf_layout #1116

Closed
5 tasks done
noib3 opened this issue Sep 5, 2020 · 0 comments
Closed
5 tasks done

Comments

@noib3
Copy link

noib3 commented Sep 5, 2020

Right now I have in my init.vim something like

let g:fzf_layout = { 'window': { 'width': 1, 'height': 0.3 } }

which sets the width of the popup terminal to 100% of the available space, and its height to 30%.

It'd be nice to be able to set absolute values for height and width, for example I'm fine with having 'width': 1, but I'd like to set 'height' to a fixed value of 10 lines, regardless of the available space. Can this be implemented?

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

1 participant