-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I'd like to expand aliases providing arguments, for example:
abbrev-alias -f hping-listen="hping -9 $1 -I $2 | /bin/sh"
Where $1 and $2 will be expanded to the first two arguments provided after the alias has been expanded.
Is that possible to do something similar to that?
I'd like something similar to vim's snippets expand functionality.
Thanks.
Metadata
Metadata
Assignees
Labels
No labels