diff --git a/.config/zsh/zshrc.d/90-external-plugins/45-fzf-tab-config b/.config/zsh/zshrc.d/90-external-plugins/45-fzf-tab-config index 24ff7f3..435ce21 100644 --- a/.config/zsh/zshrc.d/90-external-plugins/45-fzf-tab-config +++ b/.config/zsh/zshrc.d/90-external-plugins/45-fzf-tab-config @@ -28,4 +28,7 @@ zstyle ':fzf-tab:complete:*' fzf-bindings 'ctrl-space:toggle+down' 'ctrl-y:yank' # Switch completion groups with the keys `.` & `,` zstyle ':fzf-tab:*' switch-group ',' '.' +# Remove color preview symbol +zstyle ':fzf-tab:*' prefix '' + # vim: ft=zsh