I'm using Cygwin and followed the post at In bash, how do I bind a function key to a command?
I used Ctrl-v to determine the mapping of some keys (e.g. alt-h is ^[h).
As a result, I put "^[h":backward-word in my .inputrc but it doesn't work.
Other mappings for control-keys work, but not for alt-keys.