File tree Expand file tree Collapse file tree 1 file changed +43
-1
lines changed Expand file tree Collapse file tree 1 file changed +43
-1
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,49 @@ <h1>Modes</h1>
165
165
< section >
166
166
< h1 > uzbl-tabbed</ h1 >
167
167
168
- < p > TODO: Write me.</ p >
168
+ < p > Use these within < code > uzbl-tabbed</ code > .</ p >
169
+
170
+ < dl >
171
+ <!-- Tab opening-->
172
+ < dt > gn </ dt >
173
+ < dd > Open a new tab</ dd >
174
+ < dt > gN </ dt >
175
+ < dd > Open a new tab and go there</ dd >
176
+ < dt > go<uri:>_ </ dt >
177
+ < dd > Open <uri:> in a new tab</ dd >
178
+ < dt > gO<uri:>_ </ dt >
179
+ < dd > Open <uri:> in a new tab and go there</ dd >
180
+
181
+ <!-- Closing / resting-->
182
+ < dt > gC </ dt >
183
+ < dd > Close the current tab</ dd >
184
+ < dt > gQ </ dt >
185
+ < dd > Clean tabs</ dd >
186
+
187
+ <!-- Tab navigating-->
188
+ < dt > g< </ dt >
189
+ < dd > Go to the first tab</ dd >
190
+ < dt > g> </ dt >
191
+ < dd > Go to the last tab</ dd >
192
+ < dt > gt </ dt >
193
+ < dd > Go to the next tab</ dd >
194
+ < dt > gT </ dt >
195
+ < dd > Go to the previous tab</ dd >
196
+ < dt > gi<index:>_ </ dt >
197
+ < dd > Go to the tab <index:></ dd >
198
+
199
+ <!-- Preset loading-/>
200
+ set preset <dd>event PRESET_TABS</dd>
201
+ <dt>gs<preset save:>_ </dt>
202
+ <dd>@preset save %s</dd>
203
+ <dt>glo<preset load:>_ </dt>
204
+ <dd>@preset load %s</dd>
205
+ <dt>gd<preset del:>_ </dt>
206
+ <dd>@preset del %s</dd>
207
+ <!/- This doesn't work right now.-/>
208
+ <!/- <dt>gli </dt>-/>
209
+ <dd>@preset list</dd>-->
210
+ </ dl >
169
211
</ section >
170
212
171
213
< section >
You can’t perform that action at this time.
0 commit comments