zsh:fzf-tab: Set bindings for switching groups

This commit is contained in:
2021-07-10 01:46:01 +02:00
parent 9bb4ded6c7
commit e0ade3c140

View File

@@ -25,4 +25,7 @@ zstyle ':fzf-tab:complete:-parameter-:*' fzf-preview 'typeset -p1 "$word"'
# Move down after selecting and yank with ctrl-y
zstyle ':fzf-tab:complete:*' fzf-bindings 'ctrl-space:toggle+down' 'ctrl-y:yank'
# Switch completion groups with the keys `.` & `,`
zstyle ':fzf-tab:*' switch-group ',' '.'
# vim: ft=zsh