Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Ctrl-Space kills zsh



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