]> git.wh0rd.org - home.git/blame_incremental - .inputrc
google stuff
[home.git] / .inputrc
... / ...
CommitLineData
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
7set 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