Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
cd x x.something
- X-seq: zsh-users 22901
- From: tuxic@xxxxxxxxx
- To: zsh-users@xxxxxxx
- Subject: cd x x.something
- Date: Mon, 25 Sep 2017 04:19:28 +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>
- Mail-followup-to: zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Sender: <Meino.Cramer@xxxxxx>
Hi,
zsh has a feature, which I love and use a lot:
cd A B
If you are in a directory
/abcd/efgh/ijk
and want to go to
/abcdefgh/lmn
simply type
cd ijk lmn
. But suppose there are these two directories
/a/b/ThisIsARedicoluousLongDirectoryNameWhichNoPersonWillReallyTypeInTwice
/a/b/ThisIsARedicoluousLongDirectoryNameWhichNoPersonWillReallyTypeInTwice.bak
and you are in the first one and you want to go to the seond one....
do you really need to type in "ThisIsARedicoluousLongDirectoryNameWhichNoPersonWillReallyTypeInTwice"
twice when you want to use this
cd A B
feature (I know of othere ways to easily to this ../<TAB> for
example...but for this I /insist/ :) of using this cd A B feature :)
?
Cheers
Meino
Messages sorted by:
Reverse Date,
Date,
Thread,
Author