]> git.wh0rd.org - home.git/blame_incremental - .inputrc
cros-board: update
[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
11set blink-matching-paren on
12set colored-stats on
13set colored-completion-prefix off
14# https://cirw.in/blog/bracketed-paste
15set enable-bracketed-paste on
16
17# alt+k to delete back a word (like alt+backspace)
18"\ek": backward-kill-word
19
20# alt + arrow key
21"\e[1;3C": forward-word
22"\e[1;3D": backward-word
23# ctrl + arrow key
24"\e[1;5C": shell-forward-word
25"\e[1;5D": shell-backward-word
26# meta + arrow key
27"\e[1;9C": forward-word
28"\e[1;9D": backward-word
29
30# mappings for "page up" and "page down" to step to the beginning/end
31# of the history
32"\e[5~": history-search-backward
33"\e[6~": history-search-forward
34
35$include /etc/inputrc