1  set completion-ignore-case on
 2  set print-completions-horizontally off
 3
 4  # show extended informations when completing
 5  set visible-stats on
 6  # show all if more than one ... (not only after the second <tab> press)
 7  set show-all-if-ambiguous on
 8
 9  set comment-begin #
10  set editing-mode vi
11  set keymap vi
12
13   "\ep": history-search-backward
14   "\en": history-search-forward
15
16  #"\C-x)": end-kbd-macro
17  #"\C-x(": start-kbd-macro
18  #"\C-xe": call-last-kbd-macro
19
20  #"-":vi-arg-digit
21  #"+":re-read-init-file
22  #"?":reverse-search-history
23  #"/":forward-search-history
24  "G":end-of-history
25  "gg":beginning-of-history
26  #"\M-[A":previous-history
27  #"\M-[B":next-history
28  #"\M-[D":backward-char
29  #"\M-[C":forward-char
30  "qq":start-kbd-macro
31  "qe":end-kbd-macro
32  "Q":call-last-kbd-macro
33  "guw":downcase-word
34  "gCw":capitalize-word
35  #"m":set-mark
36  "\C-x\C-x":exchange-point-and-mark
37  "yn":yank-nth-arg
38  "yl":yank-last-arg
39  "yp":yank-pop