Open
Description
Describe your question
My fzf-tab
related config is :
zstyle ':completion:*' sort false
zstyle ':completion:*:descriptions' format '[%d]'
zstyle ':fzf-tab:*' prefix ' '
zstyle ':fzf-tab:*' switch-group ',' '.'
I'm working in a git repo. And I execute git rebase -i <tab>
, fzf-tab
show this:
I want [recent commit object name]
group can display firstly after I execute git rebase -i <tab>
:
How can I show [recent commit object name]
group display in first order?
Metadata
Metadata
Assignees
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
Aloxaf commentedon Jun 9, 2023
zstyle ':completion:*:complete:git-rebase:*' group-order 'commits'
should work in compsys.However, fzf-tab doens't support it right now.