momo-lab / zsh-abbrev-alias

This zsh plugin provides functionality similar to Vim's abbreviation expansion.
MIT License
119 stars 14 forks source link

Option to swallow trigger key? #21

Open xircon opened 2 years ago

xircon commented 2 years ago

Is there a way to swallow the trigger key? so:

abbrev-alias -g cfg="cd ~/.config/"

Returns:

cd ~/.config/_
#Not:
cd ~/.config/ _

Where the underscore is the cursor.