Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
cycle back through recent candidates for completion
- X-seq: zsh-workers 30934
- From: Dave Yost <Dave@xxxxxxxx>
- To: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: cycle back through recent candidates for completion
- Date: Sat, 29 Dec 2012 13:27:59 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:content-type:subject:message-id:date:to :mime-version:x-mailer; bh=8HuhCYk99y0erNzXI82WVPZAdrwtvOUGV0wztcKO02k=; b=WaQ/3G6LMqMyemMbIdtakWZ11HS/ByxE3F9kMjuhiuVhOvV0GKO9ccu8hSbOZbHCwK k+1Uyg5GiyOSXYJPkEW88EM5/KuxOLhUBpzWD0A+QDVg2chO5Q0Dksw9EOOWa/IJ+KR/ iRrYsiy2B2/DZyMUwPM5dRbWtkTAmaxi+HXv7AUgh7e6jgjSWqqn2UOgehXRh5Nm8+ys CMgImhdh/3aBQcMzEtYWuI27XsqLik9Xh/D/3JzGhpkowrDjQRLBYthdUc9FtRyWS8uu fXfMVbGeR3fOm01Lg33+QuHx078AXFmoOz8XZzvhAAWsTb3SsDJw3ZQ2vbhL9ASJUkPy Q8Jg==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Sender: Dave Yost <daveyostcom@xxxxxxxxx>
I’m using the wonderful new _history_complete_word functionality.
Z% echo
zsh: do you wish to see all 405 possibilities (405 lines)?
Well, no, but I would like to go backwards to the one I do want to see.
If I type up-arrow to that prompt, I get this:
Z% echo [A
It would be better if up-arrow would take me to the most recent echo command, just as up-arrow on an empty command line prompt takes me to the most recent command. Of course, both up-arrow and down-arrow should allow navigation here.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author