Documentation for swap-next and swap-previous
This commit is contained in:
parent
5445ed4683
commit
779b0a7f6a
|
@ -259,6 +259,19 @@
|
|||
<td><code>"M-k p"</code></td>
|
||||
<td>Shortcut for selecting the previous client.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>swap-next</code></td>
|
||||
<td><code>keys</code></td>
|
||||
<td><code>"M-k t"</code></td>
|
||||
<td>Shortcut for swapping the current client with the next client.</td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>swap-previous</code></td>
|
||||
<td><code>keys</code></td>
|
||||
<td><code>"M-k r"</code></td>
|
||||
<td>Shortcut for swapping the current client with the previous client.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>move-options</h3>
|
||||
|
@ -379,7 +392,7 @@
|
|||
<td><code>keys</code></td>
|
||||
<td><code>"M-Down"</code></td>
|
||||
<td>Shortcut for selecting the lower frame.</td>
|
||||
</tr>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue