Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: two useful binds
- X-seq: zsh-users 10129
- From: Michael Wardle <michael@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: two useful binds
- Date: Tue, 04 Apr 2006 08:45:18 +1000
My favorites:
Alt-p
cp foo/bar/file.dat /really/long/path
(many commands including other copies)
cp<Alt-p> or cp f<Alt-p>
this works better with Alt-p bound to history-beginning-search-backward
instead of history-search-backward.
Tab
vim foo*.c<Tab>
vim !$<Tab>
plus the other familiar uses of Tab.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author