Skip to content

Commit 44baa72

Browse files
yuwashmathstuf
authored andcommitted
added uzbl-tabbed keybindings looking at the default config file
1 parent c91695e commit 44baa72

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

docs/old/keybindings.html

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,49 @@ <h1>Modes</h1>
165165
<section>
166166
<h1>uzbl-tabbed</h1>
167167

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&lt;uri:&gt;_ </dt>
177+
<dd>Open &lt;uri:&gt; in a new tab</dd>
178+
<dt>gO&lt;uri:&gt;_ </dt>
179+
<dd>Open &lt;uri:&gt; 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&lt; </dt>
189+
<dd>Go to the first tab</dd>
190+
<dt>g&gt; </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&lt;index:&gt;_ </dt>
197+
<dd>Go to the tab &lt;index:&gt;</dd>
198+
199+
<!-- Preset loading-/>
200+
set preset <dd>event PRESET_TABS</dd>
201+
<dt>gs&lt;preset save:&gt;_ </dt>
202+
<dd>@preset save %s</dd>
203+
<dt>glo&lt;preset load:&gt;_ </dt>
204+
<dd>@preset load %s</dd>
205+
<dt>gd&lt;preset del:&gt;_ </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>
169211
</section>
170212

171213
<section>

0 commit comments

Comments
 (0)