home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110725.etc.tar.gz / bradford.20110725.etc.tar / etc / skel / .inputrc < prev    next >
Text File  |  2006-05-19  |  861b  |  30 lines

  1. ################################################################################
  2. ## ~/.inputrc
  3. ##
  4. ## Control the behaviour of the readline library used e.g.
  5. ## by the bash in the interactive mode for line editing.
  6. ##
  7. ################################################################################
  8. #
  9. # The bell style used e.g. on error or tab completion, possible values
  10. # are `none', `visible', and `audible' the ringing the bell.
  11. #
  12. #set bell-style none
  13.  
  14. #
  15. # If set to on, words which have more than one possible completion without
  16. # any possible partial completion cause the matches to be listed immediately
  17. # instead of ringing the bell.
  18. #
  19. #set show-all-if-unmodified on
  20.  
  21. #
  22. # If set to on, words which have more than one possible completion cause the
  23. # matches to be listed immediately instead of ringing the bell.
  24. #
  25. #set show-all-if-ambiguous on
  26.  
  27. #
  28. # end
  29. #
  30.