Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
complete paths after non-space
- X-seq: zsh-users 9213
- From: Deliverable Mail <deliverable@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: complete paths after non-space
- Date: Tue, 2 Aug 2005 16:11:08 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=mlOI+mzKc+w6F2Tx5tTQvVeb03VBMOHxjLMsylUNo7yOIKrNMozT0z04MpQin3QIvVJFnBoC8WTPqk/UdH8W8/NpaAB0fkuZUoZlf5tdtIFgqu0dAH+l5J+4mll+v0r9retLfwxsbPe30UOg24fxk7+E244l0UrlOwY84dhX9VE=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Reply-to: Deliverable Mail <deliverable@xxxxxxxxx>
I'm migrating to zsh and find it differs subtly from bash. Three
immediate look-'n-feel diffs I'd really need to reset to
bash-compatible behavior...
1. completing path names with leading non-space
I often want to complete filenames in options where you have things
like --file=/wrong/path/name, whereby you go back and fix it, or enter
new things after the non-space-starting pathname sequence
Bash happily completed it while in my current zsh setup I have to
insert/delete a space prior to the pathname. An easy way to make it
the same?
2. in-place ^r search
-- zsh offers an underline, and I don't want it
3. completion offers must go away faster
-- zsh lists them in the underline(s) and they seem to linger there
longer than in bash, can I banish them faster?
Cheers,
Alexy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author