home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / python14.zip / .inputrc next >
Text File  |  1996-11-17  |  312b  |  13 lines

  1. #
  2. # OS/2 readline definitions to enable cursor keys, home, end, etc.  
  3. # Put this file in your HOME directory.
  4. #
  5. "\C-@H":previous-history
  6. "\C-@P":next-history
  7. "\C-@G":beginning-of-line
  8. "\C-@O":end-of-line
  9. "\C-@s":backward-word
  10. "\C-@t":forward-word
  11. "\C-@I":beginning-of-history
  12. "\C-@Q":end-of-history
  13.