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

prints byte sequence when no key is bound to that key sequence



Hi All,

If I use the following key bindings, it prints the corresponding key sequences in my terminal.

Key BindingsByte Sequence
page up[5~
page down[6~
ctrl + ins[2;5~
ctrl + home[1;5H
ctrl + page up[5;5~
ctrl + page down[6;5~
ctrl + end[1;5F
alt + ins[2;3~
alt + home[1;3H
alt + page up[5;3~
alt + page down[6;3~
alt + end[1;3F
alt + delete[3;3~
alt + ctrl + ins[2;7~
alt + ctrl + home[1;7H
alt + ctrl + page up[5;7~
alt + ctrl + [age down[6;7~

The terminal looks like:

r/zsh - prints byte sequence when no key is bound to that key sequence

I do not want to print these key sequences in the terminal when I press the keybindings.

What can I do?

Thanks and Best Regards,

Ahmad Ismail



Messages sorted by: Reverse Date, Date, Thread, Author