### bash and friends, readline configuration ## Eight-bit sensibleness set input-meta on set output-meta on set convert-meta off ## Other twiddles. set bind-tty-special-chars off set blink-matching-paren on ## Missing bindings "\e\e[C": forward-word "\e\e[D": backward-word ## Because the default bindings are just too weird. "\en": history-search-forward "\ep": history-search-backward ## Better cursor motion. "\e\C-b": shell-backward-word "\e\C-d": shell-kill-word "\e\C-f": shell-forward-word "\C-w": shell-backward-kill-word "\e\C-w": kill-region