]> CyberLeo.Net >> Repos - CDN/bash-config.git/blob - bash-config/inputrc
FreeBSD moved bash-completion to /usr/local/share; follow it
[CDN/bash-config.git] / bash-config / inputrc
1 # Press TAB once (instead of twice) to auto-complete
2 set show-all-if-ambiguous on
3
4 # No bell.  No ^G in output
5 set bell-style none
6
7 # Don't query user about viewing the number of possible completions
8 set completion-query-items -1
9
10 # Display completions sorted horizontally, not vertically
11 set print-completions-horizontally on
12
13 # Don't use pager when showing completions
14 set page-completions off
15
16 set meta-flag on
17 set input-meta on
18 set convert-meta off
19 set output-meta on
20
21 "\e[1~": beginning-of-line
22 "\e[4~": end-of-line
23 "\e[5~": beginning-of-history
24 "\e[6~": end-of-history
25 "\e[3~": delete-char
26 "\e[2~": quoted-insert
27 "\e[5C": forward-word
28 "\e[5D": backward-word
29
30 # fix Home and End for German users
31 "\e[7~": beginning-of-line
32 "\e[8~": end-of-line