|
RobMacAF Apprentice
Joined: 09 Jun 2002 Posts: 186 Location: USA
|
Posted: Sat Jun 28, 2003 12:50 am
Alias |
Is there anyway to capture more then one word on an alias?
for instance. I want to type go door and make it type sneak door, etc
Thank you |
|
|
|
RobMacAF Apprentice
Joined: 09 Jun 2002 Posts: 186 Location: USA
|
Posted: Sat Jun 28, 2003 1:50 am |
Right now i am using go as the alias then sneak %1 %2
|
|
|
|
Emit Magician
Joined: 24 Feb 2001 Posts: 342 Location: USA
|
Posted: Sat Jun 28, 2003 1:58 am |
you mean you want the name of the alias to be more than one word? I don't believe this is possible, or even desirable really. Whats wrong with the way you do it now?
|
|
|
|
RobMacAF Apprentice
Joined: 09 Jun 2002 Posts: 186 Location: USA
|
Posted: Sat Jun 28, 2003 2:12 am |
That first reply of mine is something I just thought up and it seemed to work. Didn't know if there was a better way
|
|
|
|
Emit Magician
Joined: 24 Feb 2001 Posts: 342 Location: USA
|
Posted: Sat Jun 28, 2003 10:01 am |
i would probably do this
#alias gd {sneak door %1}
less typing |
|
|
|
Bremen Novice
Joined: 26 Dec 2002 Posts: 33 Location: USA
|
Posted: Sat Jun 28, 2003 11:03 pm |
#ALIAS go {sneak %-1}
|
|
|
|
|
|