Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Ctrl-Space kills zsh
- X-seq: zsh-users 513
- From: Aki Vehtari <Aki.Vehtari@xxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: Re: Ctrl-Space kills zsh
- Date: 21 Nov 1996 22:57:23 +0200
- In-reply-to: pckizer@xxxxxxxx's message of Thu, 21 Nov 1996 10:29:55 -0600
- References: <18346.848593795@xxxxxxxxxxxxxx>
- Sender: ave@xxxxxxxxxxxxxx
Thanks for all the answers.
Problem wasn't in zsh, but in color_xterm and when I knew what to
search, I could fix it by using combination of the
XTerm*VT100.Translations and the bindkey:
I added to .Xdefaults:
XTerm*VT100.Translations: #override Ctrl<KeyPress>space: string(^x^m)
and to .zshrc:
bindkey '^x^m' set-mark-command
Aki
Messages sorted by:
Reverse Date,
Date,
Thread,
Author