elliottcable / dotfiles

elliottcable's dotfiles

This URL has Read+Write access

commit  c8669ad2204fb7774579daa3a25082045a3e11a1
tree    a825012fcf682cf4a0035cf5441fd138bb9f9ad6
parent  a8031d7609c665724183f9714e57da9d960081eb
dotfiles / inputrc
100755 48 lines (44 sloc) 1.113 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
"\e[3~": delete-char
"\004": forward-backward-delete-char
"\e[1~": beginning-of-line
"\e[4~": end-of-line
# "\e[5~": history-search-backward
# "\e[6~": history-search-forward
"\e[B": history-search-forward
"\e[A": history-search-backward
"\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
set completion-ignore-case on
set mark-symlinked-directories on
set meta-flag on
set input-meta on
set output-meta on
set convert-meta off
set bell-style visible
set expand-tilde on
set show-all-if-ambiguous on
set visible-stats on
 
# F10 toggles mc on and off
# Note Ctrl-o toggles panes on and off in mc
"\e[21~": "mc\C-M"
 
# Do history expansion when space entered
$if bash
        Space: magic-space
$endif
 
# Cool, try these when I figure out how to set keys:
# "qq":start-kbd-macro
# "qe":end-kbd-macro
# "Q":call-last-kbd-macro
# "guw":downcase-word
# "gCw":capitalize-word
# "m":set-mark
# "\C-x\C-x":exchange-point-and-mark
# "yn":yank-nth-arg
# "yl":yank-last-arg
# "yp":yank-pop
# "G":end-of-history
# "gg":beginning-of-history