view .inputrc @ 8:f4fd1276a8b3

enabled scrolling with Shift-Page_up/down; added psgrep
author meillo@marmaro.de
date Fri, 05 Oct 2007 20:42:41 +0200
parents f8789f33df8c
children
line wrap: on
line source

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

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

set bell-style=visual