Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Start mc with every new shell
- X-seq: zsh-users 10965
- From: chesss <testingagain@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Start mc with every new shell
- Date: Thu, 9 Nov 2006 21:32:30 +0530
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Tg24QbHVMdcZpYDT6eKCHoz5YHdzowv/3eyRSRnEFiv6sUnimC4nqU0mQpuYbkviHtlkAANfedFnsOjxP7nWd2MxcwgR9WZoskWasy2McEQlyLi9IXDlYFi3IUGIT1G1NDnnXXbYgKSHuO3vb3MgiFOCNp+8G+oDCg253hwa0uY=
- In-reply-to: <dbfc82860611090732l5fbe01f5pbae61c5059b41dcf@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <op.tiq7azljgcfkni@localhost> <dbfc82860611090732l5fbe01f5pbae61c5059b41dcf@xxxxxxxxxxxxxx>
if [[ -z $ZSH_IN_MC ]]; then
> export ZSH_IN_MC=1
> mc
fi
Works great! thanks. This requires an extra ctrl+o later, but thats
not much of a bother..
It lets you multiplex one terminal between many different >applications so that you can have mc in one "window" and a shell in >another, completely independent of each other.
THe thing that I really want was a quick list of files/folders of the
current directory, without having to a.lose the prompt b.type
something>shift+pageup to see past text c.I hate 'ls'
mc gives a solution, since it syncs with pwd when in 'ctrl+o' mode !!
So I can just go about my business in zsh, then perss ctrl+o to see
the files, and ctrl+o back again to zsh!
Here's what I had in mind (initially):
http://h1.ripway.com/chesss/dirlist.png
Messages sorted by:
Reverse Date,
Date,
Thread,
Author