Use tmux popup for fzf in zsh complection

To have a single setup
This commit is contained in:
Daniel Siepmann 2023-03-04 19:13:05 +01:00
parent b0178263c1
commit b929c17ace
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -81,3 +81,6 @@ zstyle ':completion:*:descriptions' format '[%d]'
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
# switch group using `,` and `.`
zstyle ':fzf-tab:*' switch-group ',' '.'
# Use tmux popup, see: https://github.com/Aloxaf/fzf-tab/wiki/Configuration#fzf-command
zstyle ':fzf-tab:*' fzf-command ftb-tmux-popup