-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.mostrc
More file actions
138 lines (131 loc) · 3.13 KB
/
Copy path.mostrc
File metadata and controls
138 lines (131 loc) · 3.13 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
% color settings
color normal default default
color status white default
color underline blue default
color overstrike white default
% keybinds
%setkey digit_arg dig
%setkey digit_arg esc dig
%setkey digit_arg gold dig
%setkey column_left < Not Set >
%setkey column_right < Not Set >
setkey page_down " "
setkey suspend "$"
setkey goto_percent "%"
setkey goto_mark ","
setkey search_forward "/"
setkey extended_key ":"
setkey page_left "<"
setkey page_right ">"
setkey search_backward "?"
setkey eob "B"
setkey page_down "D"
setkey edit "E"
setkey search_forward "F"
% setkey goto_line "G"
% setkey help "H"
setkey help "h"
setkey goto_line "J"
setkey toggle_lock "L"
% setkey set_mark "M"
setkey find_next "N"
setkey other_window "O"
setkey exit "Q"
setkey redraw "R"
setkey search_forward "S"
setkey bob "T"
setkey page_up "U"
setkey down "V"
setkey toggle_width "W"
setkey exit "X"
setkey suspend "\033$"
setkey bob "\033<"
setkey eob "\033>"
setkey up "\033OA"
setkey down "\033OB"
setkey page_right "\033OC"
setkey page_left "\033OD"
setkey exit "\033OPE"
setkey one_window "\033OPO"
setkey exit "\033OPQ"
setkey suspend "\033OPS"
setkey delete_window "\033OPV"
setkey two_windows "\033OPX"
setkey edt_find "\033OP\033OR"
setkey goto_mark "\033OP\033On"
setkey eob "\033OP\033Ot"
setkey bob "\033OP\033Ou"
setkey other_window "\033OP\033[A"
setkey other_window "\033OP\033[B"
setkey page_right "\033OP\033[C"
setkey page_left "\033OP\033[D"
setkey help "\033OQ"
setkey edt_find_next "\033OR"
setkey set_mark "\033On"
setkey edt_line "\033Op"
setkey edt_forward "\033Ot"
setkey edt_backward "\033Ou"
setkey edt_page "\033Ox"
setkey page_up "\033V"
setkey search_forward "\033[1~"
setkey goto_mark "\033[2~"
setkey help "\033[28~"
setkey set_mark "\033[4~"
setkey page_up "\033[5~"
setkey page_down "\033[6~"
setkey up "\033[A"
setkey down "\033[B"
setkey page_right "\033[C"
setkey page_left "\033[D"
setkey page_right "\t"
setkey up "^"
setkey page_up "^?"
setkey set_mark "^@"
setkey page_down "^D"
setkey search_forward "^F"
setkey help "^H"
setkey exit "^KE"
setkey find_file "^KG"
setkey set_mark "^K^B"
setkey goto_mark "^K^J"
setkey goto_mark "^K^M"
setkey redraw "^L"
setkey down "^M"
setkey down "^N"
setkey up "^P"
setkey redraw "^R"
setkey show_time "^T"
setkey page_up "^U"
setkey page_down "^V"
setkey delete_window "^W0"
setkey one_window "^W1"
setkey two_windows "^W2"
setkey other_window "^WO"
setkey delete_window "^X0"
setkey one_window "^X1"
setkey two_windows "^X2"
setkey other_window "^XO"
setkey exit "^X^C"
setkey find_file "^X^F"
setkey suspend "^Z"
setkey eob "b"
setkey page_down "d"
setkey edit "e"
setkey search_forward "f"
setkey goto_line "g"
setkey goto_line "j"
setkey toggle_lock "l"
setkey set_mark "m"
setkey find_next "n"
setkey other_window "o"
setkey exit "q"
setkey redraw "r"
setkey search_forward "s"
setkey bob "t"
setkey down "v"
setkey toggle_width "w"
setkey exit "x"
% navigation
setkey bob "^[[1~"
setkey eob "^[[4~"
setkey eob "G"