i3bang
i3bang copied to clipboard
Parametrized expansions
Hello,
is it possible to make parametrized expansions ?
For example, I have several modes to launch emacsclient for different server.
All the commands in the mode looks like
emacsclient -c --server-file=<DAEMON_NAME> <other flags>
where DAEMON_NAME depend on the mode.
I would like to know if I can make an expension parametrized by DAEMON_NAME where each occurence of DAEMON_NAME would be replaced by it's value.
Thank you