inputrc 792 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. set show-all-if-ambiguous on
  2. "\C-o": backward-char
  3. "\eo": backward-word
  4. "\C-u": forward-char
  5. "\eu": forward-word
  6. "\ea": beginning-of-line
  7. "\ei": end-of-line
  8. "\eU": upcase-word
  9. "\eL": downcase-word
  10. "\eC": capitalize-word
  11. "\C-7": downcase-word
  12. "\C-8": capitalize-word
  13. "\C-9": upcase-word
  14. "\e.": previous-history
  15. "\ee": next-history
  16. "\er": reverse-search-history
  17. "\es": forward-search-history
  18. "\C-p": backward-delete-char
  19. "\ep": backward-kill-word
  20. "\eP": backward-kill-line
  21. "\C-,": delete-char
  22. "\e,": kill-word
  23. "\e<": kill-line
  24. "\eA": beginning-of-history
  25. "\eI": end-of-history
  26. # "\C-x\C-?": unix-line-discard
  27. "\C-k": kill-whole-line
  28. "\ex": transpose-words
  29. "\ek": copy-backward-word
  30. "\eq": copy-forward-word
  31. "\e;": insert-comment
  32. "\e#": complete-filename
  33. "\e%": insert-last-argument