You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read through the manual page of fzf (man fzf)
I have searched through the existing issues
The preview is disabled:
globally in Vim (let g:fzf_preview_window = "")
globally in the shell (FZF_DEFAULT_OPTIONS="... --preview-window=:hidden ...")
It"s not shown in the shell nor in vim when executing :Files, but it"s still shown for all the other fzf Vim commands.
I"ve read a lot of existing issues, and some of them seem to be similar, but none has a resolution that works in my case, even though a couple of them sound related:
man fzf
)The preview is disabled:
let g:fzf_preview_window = ""
)FZF_DEFAULT_OPTIONS="... --preview-window=:hidden ..."
)It"s not shown in the shell nor in vim when executing
:Files
, but it"s still shown for all the other fzf Vim commands.I"ve read a lot of existing issues, and some of them seem to be similar, but none has a resolution that works in my case, even though a couple of them sound related:
:GFiles?
#1010--preview
to work with:Buffers
? Or alternatively is it possible to disable it? #799Below a verbatim extract of my configuration.
Any help or pointers will be greatly appreciated.
vimrc
shell (zsh)
This is the output of
:command Buffers
in Vim:The text was updated successfully, but these errors were encountered: