]> git.wh0rd.org - home.git/blob - .inputrc
add inputrc for non Gentoo hosts
[home.git] / .inputrc
1 set bell-style off
2 #set completion-ignore-case on
3 #set expand-tilde on
4 set match-hidden-files off
5 #set show-all-if-ambiguous on
6 set show-all-if-unmodified on
7 set visible-stats on
8
9 # konsole (alt + arrow key)
10 "\e[1;3C": forward-word
11 "\e[1;3D": backward-word
12 # mappings for "page up" and "page down" to step to the beginning/end
13 # of the history
14 "\e[5~": history-search-backward
15 "\e[6~": history-search-forward
16
17 $include /etc/inputrc