jjgod / my-rc-files

It's a collection of my .rc files

my-rc-files / .inputrc
100644 18 lines (16 sloc) 0.405 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[5~": beginning-of-history
"\e[6~": end-of-history
"\e[3~": delete-char
"\e[2~": quoted-insert
"\e[5C": forward-word
"\e[5D": backward-word
"\e\e[C": forward-word
"\e\e[D": backward-word
"\ep": history-search-backward
"\e[A": history-search-backward
"\e[B": history-search-forward
# Space: magic-space
# TAB: menu-complete
set completion-ignore-case On