zsh-abbrev-alias
zsh-abbrev-alias copied to clipboard
Option to swallow trigger key?
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.