view .inputrc @ 11:4b8c8c2166b4

vim does now wrap by default
author meillo@marmaro.de
date Fri, 07 Dec 2007 00:09:50 +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