-
Notifications
You must be signed in to change notification settings - Fork 37
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
Is there any way to change the layout? #48
Comments
Same Q |
- verify that parameters were actually passed in before attempting to use them - FZF_DEFAULT_OPTS should work (resolves #48)
Should be resolved now - try this version: https://www.powershellgallery.com/packages/PSFzf/2.0.2-alpha |
Thanks, PSFzf can read FZF_DEFAULT_OPTS already. |
You're correct - this was broken as well. I've fixed it and the other FZF_*_OPTS variables. You can try it in this new prerelease version here: https://www.powershellgallery.com/packages/PSFzf/2.0.3-alpha |
Thank you very much. Everything's fine now. |
I tried setting $env:FZF_DEFAULT_OPTS="--height 40% --layout=reverse", but it seems to be invalid for PSFzf
The text was updated successfully, but these errors were encountered: