Merge branch 'master' of http://git.distorted.org.uk/~mdw/profile
[profile] / dot / inputrc
1 ### bash and friends, readline configuration
2
3 ## Eight-bit sensibleness
4 set input-meta on
5 set output-meta on
6 set convert-meta off
7
8 ## Missing bindings
9 "\e\e[C": forward-word
10 "\e\e[D": backward-word