Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
ZLE multi-key sequences and send-break
- X-seq: zsh-workers 14709
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: ZLE multi-key sequences and send-break
- Date: Mon, 4 Jun 2001 10:19:50 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Here's something that's annoyed me about zle for a long time ...
If one types a prefix of a multi-key sequence -- say, typing ESC in emacs
mode -- and then realizes that was a mistake, there's no graceful way to
change your mind. Typing ^G at that point aborts not the key sequence in
progress, but the entire editor, throwing you back to the PS1 prompt.
I was in the midst of adding `bindkey \\e\^G beep' to my .zshrc when I
came to the conclusion that I should mention this to zsh-workers.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author