Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: alias vl="vi !$"
- X-seq: zsh-users 7153
- From: Thorsten Kampe <thorsten@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: alias vl="vi !$"
- Date: Fri, 12 Mar 2004 00:45:06 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <65a050lf2u4bjch4u2uv68q56u5co0gknp@xxxxxxx> <20040311091003.GD844@xxxxxxxxxxxxxxxxxxxxx> <4im0509toihq2ef1vlnnid6t93j90f6gor@xxxxxxx> <15272.1079008435@xxxxxxx> <39n050dv0evle58451ugj2m1vfktsj1e1b@xxxxxxx> <20040311125558.GA24218@xxxxxxxxxxxxxxxxx> <svp0509rfu4iecet83auc9pel2i9n4mi9c@xxxxxxx> <1040311171735.ZM20352@xxxxxxxxxxxxxxxxxxxxxxx> <20040311190553.GA12542@xxxxxxxxx> <32i150hh818rpo58g8bn3cqnor8trbiaej@xxxxxxx>
- Sender: news <news@xxxxxxxxxxxxx>
* zzapper (2004-03-11 21:13 +0100)
> On Thu, 11 Mar 2004 11:05:53 -0800, wrote:
>>On Thu, Mar 11, 2004 at 05:17:35PM +0000, Bart Schaefer wrote:
>>> Inside a function, however, $_ has already been changed to be the last
>>> word of the _currently executing_ command, the same as as $argv[-1].
>>
>>But it's not changed in an alias, so the simplest approach would appear
>>to be:
>>
>> alias vl='vi $_'
>
> That is so wunderbar!!!
And the most wonderful thing is that you probably don't need all that
stuff (alias, function) and simply type "vi [Alt]+[.]"
("insert-last-word"). Because this is common sequence like
cat <deletable_file>
rm <deletable_file>
it doesn't make sense to make aliases or functions for all the
countless possibilities.
Thorsten
Messages sorted by:
Reverse Date,
Date,
Thread,
Author