#------------------------------------------------------------------------------ # File: $HOME/.inputrc # Author: Uwe Hermann # URL: http://www.hermann-uwe.de/files/inputrc # $Id: .inputrc 560 2006-09-22 23:19:32Z uh1763 $ #------------------------------------------------------------------------------ # Be 8 bit clean. set input-meta on set output-meta on # To allow the use of 8bit-characters like German umlauts, comment out # the line below. However this makes the meta key not work as a meta key, # which is annoying to those which don't need to type in 8-bit characters. set convert-meta off # Always show all TAB completion possibilities. set show-all-if-ambiguous on # Shell history completion using the PageUp and PageDown keys. "\e[5~":history-search-backward "\e[6~":history-search-forward # Do not bell on TAB completion. set bell-style none