]> git.wh0rd.org - home.git/blame - .inputrc
cros-cbuildbot: drop set -x
[home.git] / .inputrc
CommitLineData
803f91a8
MF
1set bell-style off
2#set completion-ignore-case on
3#set expand-tilde on
4set match-hidden-files off
5#set show-all-if-ambiguous on
6set show-all-if-unmodified on
47f84770
MF
7set mark-symlinked-directories on
8set match-hidden-files off
9set skip-completed-text on
803f91a8 10set visible-stats on
0b535245
MF
11
12# konsole (alt + arrow key)
13"\e[1;3C": forward-word
14"\e[1;3D": backward-word
64fea4f9 15# mappings for "page up" and "page down" to step to the beginning/end
0b535245
MF
16# of the history
17"\e[5~": history-search-backward
18"\e[6~": history-search-forward
19
803f91a8 20$include /etc/inputrc