zsh-abbrev-alias icon indicating copy to clipboard operation
zsh-abbrev-alias copied to clipboard

Option to swallow trigger key?

Open xircon opened this issue 3 years ago • 0 comments

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.

xircon avatar Sep 13 '22 13:09 xircon