-
-
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
Globally disabling previews doesn't affect :GFiles?
#1010
Comments
It seems to be working fine for me |
Something I've noticed... export FZF_DEFAULT_OPTS='--preview-window right:50%:noborder:hidden --color "preview-bg:234" --bind "alt-p:toggle-preview"' However without that zsh export, |
I can confirm this issue using NeoVim 0.4.4, Zsh 5.8. Without With PS: I do like the fact that |
I think the problem (at least in the case of Line 53 in 4145f53
...when |
- The default preview window option will be ['right', 'ctrl-/'] regardless of screen width or <bang> - This will also fix junegunn#1010
- The default preview window option will be ['right', 'ctrl-/'] regardless of screen width or <bang> - This will also fix junegunn#1010
- The default preview window option will be ['right', 'ctrl-/'] regardless of screen width or <bang> - This will also fix junegunn#1010
man fzf
)Globally disabling previews doesn't seem to affect
:GFiles?
The text was updated successfully, but these errors were encountered: