dot/zshrc: Inhibit flow control (XON/XOFF) while shell is reading input.
[profile] / dot / inputrc
CommitLineData
917b7a9a
MW
1### bash and friends, readline configuration
2
3## Eight-bit sensibleness
4set input-meta on
5set output-meta on
6set convert-meta off
1b873f82 7
2d04b37b
MW
8## Other twiddles.
9set bind-tty-special-chars off
10set blink-matching-paren on
11
1b873f82
MW
12## Missing bindings
13"\e\e[C": forward-word
14"\e\e[D": backward-word
2d04b37b
MW
15
16## Because the default bindings are just too weird.
17"\en": history-search-forward
18"\ep": history-search-backward
19
20## Better cursor motion.
21"\e\C-b": shell-backward-word
22"\e\C-d": shell-kill-word
23"\e\C-f": shell-forward-word
24"\C-w": shell-backward-kill-word
25"\e\C-w": kill-region