about summary refs log tree commit diff stats
path: root/ranger/data/config_examples/rc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/data/config_examples/rc.conf')
-rw-r--r--ranger/data/config_examples/rc.conf11
1 files changed, 9 insertions, 2 deletions
diff --git a/ranger/data/config_examples/rc.conf b/ranger/data/config_examples/rc.conf
index 3d16c964..87ede612 100644
--- a/ranger/data/config_examples/rc.conf
+++ b/ranger/data/config_examples/rc.conf
@@ -8,10 +8,17 @@
 # Each line is a command that will be run before the user interface
 # is initialized.  As a result, you can not use commands which rely on
 # the UI such as "delete" or "mark".  Lines starting with # are comments.
-# Refer to the man page or press 2? in ranger for a list of commands.
+#
+# Note: Press 1? in ranger for a list of key bindings and 2? for a list
+# of commands.
 # ===================================================================
+# The "map" command maps a key sequence to a command. "map gt cd /tmp"
+# maps the keys "gt" to the command "cd /tmp".  "copymap" copies a key
+# binding to another key sequence and "unmap" deletes the given key binding.
+#
+# Here are some examples:
 
-# common directories (this overrides some default keybindings)
+# go to common directories (this overrides some default keybindings)
 #map gt cd /tmp
 #map gc cd ~/.config
 #map gp cd /usr/portage
^
5574fbaf ^
dcf7436e ^


a4ef18b1 ^

dcf7436e ^






5574fbaf ^



dcf7436e ^
a4ef18b1 ^
dcf7436e ^
a4ef18b1 ^
dcf7436e ^
dcf7436e ^
6cc46216 ^
dcf7436e ^










36594a43 ^

dcf7436e ^

3c435756 ^
dcf7436e ^











36594a43 ^



a4ef18b1 ^
36594a43 ^
3c435756 ^
f02842a9 ^
36594a43 ^
f02842a9 ^

b291f85b ^

3c435756 ^
36594a43 ^


dcf7436e ^


e371e823 ^
b291f85b ^



dcf7436e ^
b291f85b ^
dcf7436e ^

fe67d47a ^

e371e823 ^
dcf7436e ^

42b31beb ^


36594a43 ^






f7051fad ^
42b31beb ^
f7051fad ^

c1a50c82 ^
42b31beb ^
f7051fad ^
cae5461b ^
c1a50c82 ^
36594a43 ^
36594a43 ^


dcf7436e ^

3c435756 ^

dcf7436e ^
3c435756 ^
42b31beb ^

dcf7436e ^
5574fbaf ^
3ba63579 ^
dcf7436e ^
0060093e ^

a4ef18b1 ^








a4ef18b1 ^

0060093e ^
dcf7436e ^
3ba63579 ^
6cc46216 ^

dcf7436e ^

a4ef18b1 ^
f02842a9 ^



0060093e ^
a4ef18b1 ^
0060093e ^
a4ef18b1 ^



0060093e ^
a4ef18b1 ^

0060093e ^


dcf7436e ^







0060093e ^
dcf7436e ^





979403c6 ^





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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202