-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathleditrc
More file actions
49 lines (49 loc) · 1.24 KB
/
Copy pathleditrc
File metadata and controls
49 lines (49 loc) · 1.24 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
49
"\C-a": beginning-of-line
"\C-e": end-of-line
"\C-f": forward-char
"\C-b": backward-char
"\C-p": previous-history
"\C-n": next-history
"\C-r": reverse-search-history
"\C-d": delete-char-or-end-of-file
"\C-h": backward-delete-char
"\177": backward-delete-char
"\C-i": complete-file-name
"\C-t": transpose-chars
"\C-q": quoted-insert
"\C-k": kill-line
"\C-y": yank
"\C-u": unix-line-discard
"\C-l": redraw-current-line
"\C-g": abort
"\C-c": interrupt
"\C-z": suspend
"\C-\": quit
"\n": accept-line
"\C-x": operate-and-get-next
"\ef": forward-word
"\eb": backward-word
"\ec": capitalize-word
"\eu": upcase-word
"\el": downcase-word
"\e<": beginning-of-history
"\e>": end-of-history
"\ed": kill-word
"\e\C-h": backward-kill-word
"\e\177": backward-kill-word
"\e/": expand-abbrev
"\e[A": previous-history # Up arrow
"\e[B": next-history # Down arrow
"\e[C": forward-char # Left arrow
"\e[D": backward-char # Right arrow
"\e[3~": delete-char # Delete
"\e[H": beginning-of-line # Home
"\e[F": end-of-line # End
"\e[5~": previous-history # Page Up
"\e[6~": next-history # Page Down
"\e[2H": beginning-of-history # Shift Home
"\e[2F": end-of-history # Shift End
"\e[OA": previous-history
"\e[OC": forward-char
"\e[OD": backward-char
"\e[OH": beginning-of-line