view .inputrc @ 9:c5e14bee7dbc

vim: switched from spaces to tabs; bash: LANG now in env
author meillo@marmaro.de
date Thu, 22 Nov 2007 18:14:52 +0100
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