]> git.wh0rd.org - home.git/blame_incremental - .inputrc
ignore more 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 mark-symlinked-directories on
8set match-hidden-files off
9set skip-completed-text on
10set visible-stats on
11
12# alt+k to delete back a word (like alt+backspace)
13"\ek": backward-kill-word
14# konsole (alt + arrow key)
15"\e[1;3C": forward-word
16"\e[1;3D": backward-word
17# mappings for "page up" and "page down" to step to the beginning/end
18# of the history
19"\e[5~": history-search-backward
20"\e[6~": history-search-forward
21
22$include /etc/inputrc