#
# OS/2 readline definitions to enable cursor keys, home, end, etc.  
# Put this file in your HOME directory.
#
"\C-@H":previous-history
"\C-@P":next-history
"\C-@G":beginning-of-line
"\C-@O":end-of-line
"\C-@s":backward-word
"\C-@t":forward-word
"\C-@I":beginning-of-history
"\C-@Q":end-of-history
