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

Allow for customization of preview window on tab completion #289

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cedi
Copy link

@cedi cedi commented Dec 11, 2024

This commit is adding an environment variable to allow of customization of the preview window during tab-completion.

If the user sets $env:_PSFZF_FZF_TAB_PREVIEW_DEFAULT = "right" then the preview window during tab completion automatically shows to the right instead of at the bottom.

This also keeps the Ctrl+/ binding in-tact by automatically switching the options for the alternative views.

…b completion

This commit is adding an environment variable to allow of customization
of the preview window during tab-completion.

If the user sets `$env:_PSFZF_FZF_TAB_PREVIEW_DEFAULT = "right"` then
the preview window during tab completion automatically shows to the
right instead of at the bottom.

This also keeps the Ctrl+/ binding in-tact by automatically switching
the options for the alternative views.
@cedi cedi force-pushed the feature/env_vars_for_tab_completion_args branch from 52c9c4f to 5bfe97c Compare December 11, 2024 19:46
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

Successfully merging this pull request may close these issues.

1 participant