-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Since I'm using zsh-abbr abbreviations that are being loaded as aliases for zsh autocomplete to detect them; there's this particularly annoying issue that happens when I tab complete an abbreviation a space gets added after the completion, which causes the abbreviation to not be expanded.
Describe the solution you'd like
Some sort of option to allow a space to not be inserted after the completion
Describe alternatives you've considered
The only real thing I can think of is directly using the native completion system in ZSH, but that would mean losing the fzf search altogether.
Additional context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request