bakaDeshi
04-04-2002, 05:25 PM
Can someone explain the codes for these keystrokes? When you type bindkey, you get a listing of the built-in commands.
"^N" -> down-history
"^O" -> tty-flush-output
"^P" -> up-history
...
I know the '^' refers to control so control-N would give me down-history. Then there's these:
"\204" -> list-choices
"\210" -> backward-delete-word
...
What key combinations do these refer to? I apologize if this is a simple question. If there is a simple source with these answers, please enlighten me. Also, for those in the know, perhaps posting the additional key representations will help others. (opt, command, etc.)
TIA.
chris
"^N" -> down-history
"^O" -> tty-flush-output
"^P" -> up-history
...
I know the '^' refers to control so control-N would give me down-history. Then there's these:
"\204" -> list-choices
"\210" -> backward-delete-word
...
What key combinations do these refer to? I apologize if this is a simple question. If there is a simple source with these answers, please enlighten me. Also, for those in the know, perhaps posting the additional key representations will help others. (opt, command, etc.)
TIA.
chris