fzf
fzf copied to clipboard
Tab complete only after specific pattern(e.g. “**”)
Would it be possible to have Fish’s fzf behave similar to zsh and bash in that it only tab-completes after a specific pattern was entered?
In case of ash and bash it is **
.
I really liked tab completion with zsh but I would’ve expect it to autocomplete when I’ve entered a valid command or existing directory.