view .inputrc @ 4:68dd6ae11835

lots of minor adjustments; some major things in bashrc & inputrc
author meillo@marmaro.de
date Tue, 04 Sep 2007 22:04:31 +0200
parents 41e1e617711d
children f8789f33df8c
line wrap: on
line source

"\e[5~": history-search-backward
"\e[6~": history-search-forward

"\M-s": menu-complete

# perform history expansion on pressing space
$if Bash
  Space: magic-space
$endif

set bell-style=visual