[Q] Disabled init preview #313
Unanswered
timsofteng
asked this question in
Q&A
Replies: 1 comment
-
You can look into fzf's manual zstyle ':fzf-tab:complete:cd:*' fzf-preview 'exa -1 --color=always $realpath'
zstyle ':fzf-tab:complete:cd:*' fzf-bindings 'ctrl-/:toggle-preview'
zstyle ':fzf-tab:complete:cd:*' fzf-flags --preview-window hidden Above config will hide preview window and toggle it with Ctrl+/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. How can I disable previewers by default and open it with some hotkey?
Beta Was this translation helpful? Give feedback.
All reactions