I would like to change some hotkeys in bash to match the dos prompt, because I go back and forth between them. I see that in order to change some of the hotkeys in bash, I need to change the .inputrc file. There are however some really strange characters there that represent keys, but I don't know which key they represent, how can I find that out?
Like these things are pretty odd looking:
"\M-OD": backward-char
"\M-[5~": beginning-of-history
"\M-[5D": backward-word
I am also trying to set the home key to beginning-of-line, but I don't know how to represent the home key
Ted