1 # do not bell on tab-completion
8 set horizontal-scroll-mode off
9 set history-preserve-point on
10 set mark-directories on
11 set mark-symlinked-directories on
12 set match-hidden-files off
15 set page-completions off
16 set completion-query-items 2000
17 set completion-ignore-case off
18 set show-all-if-ambiguous on
19 set show-all-if-unmodified on
20 set completion-prefix-display-length 10
21 set print-completions-horizontally off
23 #set editing-mode emacs
26 #"\C-x\C-r": re-read-init-file
28 #C-n: history-search-forward
29 #C-p: history-search-backward
33 ## make control-tab complete from history
34 ## C-TAB: dynamic-complete-history
36 #"\e[A": history-search-backward
37 #"\e[B": history-search-forward
39 ## for linux console and RH/Debian xterm
40 #"\e[1~": beginning-of-line
42 #"\e[5~": beginning-of-history
43 #"\e[6~": end-of-history
45 #"\e[2~": quoted-insert
46 #"\e[5C": forward-word
47 #"\e[5D": backward-word
48 #"\e\e[C": forward-word
49 #"\e\e[D": backward-word
54 ## for non RH/Debian xterm, can't hurt for RH/DEbian xterm
55 #"\eOH": beginning-of-line
58 ## for freebsd console
59 #"\e[H": beginning-of-line