.inputrc 288 B

12345678910111213
  1. #
  2. # Readline configuration file (~/.inputrc)
  3. # 2012, kolter <kolter@openics.org>
  4. #
  5. # This file is distributed in the hope that it will be useful,
  6. # but WITHOUT ANY WARRANTY
  7. #
  8. set show-all-if-ambiguous on
  9. set completion-ignore-case on
  10. set completion-map-case on
  11. set bell-style visible