Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Getting back a command after hitting CTRL-C
- X-seq: zsh-users 12958
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Zsh Users" <zsh-users@xxxxxxxxxx>
- Subject: Getting back a command after hitting CTRL-C
- Date: Tue, 17 Jun 2008 14:05:26 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=0xcaCwNzN8Z4/Dhcd9Wn0X5f2244a3ZBtChoiSyHdXg=; b=h9dCVuVN1V5gxz1Efqb+jomubSTBWAxSMROQ7BrU7XWae4Ph4pG5bsNyy2BnEJ60gh NITWxmXWHL991XodK6WSL1k2NE8p2t+NbB4Cjek+PMRs4bRSwUbakNENRw4hcNd0YAgC +lzopkJAjqwgEZa2hpgo3aZ8T1fNspKnwDo9Q=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=sIZvFo3QTPYgp8GiuEs3JMr+kySWIXiDkSlGSdF5Xgc9nKD/u4Cov2+/acXXzud0qW TYnRgIbnu6oWpPrejxhbfuJLQXdnsDRS0AWzEEQjVNfTOkrKpUVlt28bIScVi42l8Tsh VvTiBPEQaSvtRhvOTXaPpfcc/+gMedHqKCEXU=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
somtimes, I will start typing a command, realize I do not want to execute
it, hit CTRL-C, only to realize I would have saved a lot of typing if I
had instead modified it. What I would love to see is a feature that
holds onto the last buffer content and revives it into ZLE, so to speak.
I am aware of the command stack feature and I am using it to move
commands I do not want to execute _yet_ out of the way. I am
specifically asking for something that could help when the milk is
spilt, so to speak.
Thanks,
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author