-
Notifications
You must be signed in to change notification settings - Fork 39
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
Disable preview for tab completion #264
Comments
Same issue here. The preview window causes some lag on my machine, but I can't find any option to disable it. |
You can achieve that by setting an option for fzf itself. [Environment]::SetEnvironmentVariable("FZF_DEFAULT_OPTS", "--preview-window=hidden") |
That works if you just want to remove it completely and your config is fairly simple. Edit: whoops, miss clicked the close issue button. |
With my setup the preview window for tab completion is too vertically narrow to be of any real use and I am not a fan of it being enabled by default.
Looking around the docs and code It's not clear to me if this is even possible with the current implementation.
If this is in-fact possible, I would appreciate some pointers. Otherwise I think this is a issue.
The text was updated successfully, but these errors were encountered: