Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

cd x x.something



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