Aloxaf

Results 134 comments of Aloxaf

Do you mean the first item or the common prefix?

fzf-tab should load before fast-syntax-highlighting and zsh-autosuggestions. ```diff +source $ZDOTDIR/plugins/fzf-tab/fzf-tab.plugin.zsh source $ZDOTDIR/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh source $ZDOTDIR/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh && bindkey '^ ' autosuggest-accept -source $ZDOTDIR/plugins/fzf-tab/fzf-tab.plugin.zsh ``` If the problem still exists, check the output...

@JustCauseWhyNot Press Ctrl+x,and then press .

@JustCauseWhyNot What's the output of `bindkey "^I"`

Please remve `~/.zcompdump` and try again.

You can override default setting like `zstyle ':fzf-tab:*' fzf-flags --bind "tab:toggle,btab:ignore,ctrl-space:ignore"` --- > I wonder why the default --expect doesn't include the enter key: `enter` is already bound to `accept`...

`zstyle ':completion:*:complete:git-rebase:*' group-order 'commits'` should work in compsys. However, fzf-tab doens't support it right now.

What's your zsh version? Can you provde the output of following code? ```zsh autoload +X zmathfunc which zmathfunc ```

Can you use `C-x .` to trigger completion and provide the log on the broken version?