Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
...missing one bash-feature
- X-seq: zsh-users 16476
- From: meino.cramer@xxxxxx
- To: zsh-users@xxxxxxx
- Subject: ...missing one bash-feature
- Date: Thu, 13 Oct 2011 06:50:56 +0200
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi,
there is one feature of the bash which I miss in zsh -- may be
by not knowing it.
Suppose in bash I do the following:
bash> ls onefile.txt twofile.txt threefile.txt
bash> rm _____
instead of '_____' I press instead
ALT - 2 ALT .
and get the 'last - 2' argument of the previous command, which is
'onefile.txt'
Is there a way to mimic or simulate the same behaviour in zsh or is
there a even better and even more intuitive way to do so?
Thank you very much in advance for any help!
Best regards,
mcc
Messages sorted by:
Reverse Date,
Date,
Thread,
Author