Skip to content

Commit

Permalink
deploy: 1a7174d
Browse files Browse the repository at this point in the history
  • Loading branch information
ulyssa committed Apr 12, 2024
1 parent 66f8f70 commit 4450446
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 23 deletions.
5 changes: 4 additions & 1 deletion keybindings.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ <h2 id="vim-keybindings"><a class="header" href="#vim-keybindings">Vim keybindin
<strong>iamb</strong>, but just some of those referenced and explained throughout this
documentation.</p>
<table><thead><tr><th>Modes</th><th>Keybinding</th><th>Aliases</th><th>Help</th></tr></thead><tbody>
<tr><td>Normal, Visual</td><td><code>gf</code></td><td></td><td>See <a href="./layout/index.html#following-matrix-ids">Following Matrix IDs</a></td></tr>
<tr><td>Normal</td><td><code>gt</code></td><td><code>&lt;C-PageDown&gt;</code></td><td>See <a href="./layout/tabs.html#switching-tabs">Switching Tabs</a></td></tr>
<tr><td>Normal</td><td><code>gT</code></td><td><code>&lt;C-PageUp&gt;</code></td><td>See <a href="./layout/tabs.html#switching-tabs">Switching Tabs</a></td></tr>
<tr><td>Normal</td><td><code>m{a-z}</code></td><td></td><td>See <a href="./messages/#message-scrollback">Message Scrollback</a></td></tr>
Expand All @@ -169,11 +170,13 @@ <h2 id="vim-keybindings"><a class="header" href="#vim-keybindings">Vim keybindin
<tr><td>Normal, Visual</td><td><code>&lt;C-F&gt;</code></td><td><code>&lt;PageDown&gt;</code></td><td>See <a href="./messages/#message-scrollback">Message Scrollback</a></td></tr>
<tr><td>Normal, Visual</td><td><code>&lt;C-D&gt;</code></td><td></td><td>See <a href="./messages/#message-scrollback">Message Scrollback</a></td></tr>
<tr><td>Normal</td><td><code>&lt;C-I&gt;</code></td><td><code>&lt;Tab&gt;</code></td><td>See <a href="./layout/windows.html#switching-windows">Switching Windows</a></td></tr>
<tr><td>Normal</td><td><code>&lt;C-L&gt;</code></td><td></td><td>Force the window to redraw</td></tr>
<tr><td>Insert</td><td><code>&lt;C-N&gt;</code></td><td></td><td>See <a href="./messages/#sending">Sending</a></td></tr>
<tr><td>Normal</td><td><code>&lt;C-O&gt;</code></td><td></td><td>See <a href="./layout/windows.html#switching-windows">Switching Windows</a></td></tr>
<tr><td>Insert</td><td><code>&lt;C-P&gt;</code></td><td></td><td>See <a href="./messages/#sending">Sending</a></td></tr>
<tr><td>Normal, Visual</td><td><code>&lt;C-U&gt;</code></td><td></td><td>See <a href="./messages/#message-scrollback">Message Scrollback</a></td></tr>
<tr><td>Normal, Visual</td><td><code>&lt;C-W&gt;f</code></td><td><code>&lt;C-W&gt;&lt;C-F&gt;</code></td><td>See <a href="./layout/tabs.html#opening-tabs">Opening Tabs</a></td></tr>
<tr><td>Normal, Visual</td><td><code>&lt;C-W&gt;f</code></td><td><code>&lt;C-W&gt;&lt;C-F&gt;</code></td><td>See <a href="./layout/index.html#following-matrix-ids">Following Matrix IDs</a></td></tr>
<tr><td>Normal, Visual</td><td><code>&lt;C-W&gt;gf</code></td><td></td><td>See <a href="./layout/index.html#following-matrix-ids">Following Matrix IDs</a> and <a href="./layout/tabs.html#opening-tabs">Opening Tabs</a></td></tr>
<tr><td>Normal, Visual</td><td><code>&lt;C-W&gt;h</code></td><td><code>&lt;C-W&gt;&lt;C-H&gt;</code></td><td>See <a href="./layout/windows.html#switching-windows">Switching Windows</a></td></tr>
<tr><td>Normal, Visual</td><td><code>&lt;C-W&gt;H</code></td><td></td><td>See <a href="./layout/windows.html#organizing-windows">Organizing Windows</a></td></tr>
<tr><td>Normal, Visual</td><td><code>&lt;C-W&gt;j</code></td><td><code>&lt;C-W&gt;&lt;C-J&gt;</code></td><td>See <a href="./layout/windows.html#switching-windows">Switching Windows</a></td></tr>
Expand Down
9 changes: 9 additions & 0 deletions layout/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,15 @@ <h1 class="menu-title">iamb documentation</h1>
<div id="content" class="content">
<main>
<h1 id="screen-navigation"><a class="header" href="#screen-navigation">Screen Navigation</a></h1>
<h2 id="following-matrix-ids"><a class="header" href="#following-matrix-ids">Following Matrix IDs</a></h2>
<p>When your cursor is placed on top of a room, space, or user identifier (or an
item for them when when <a href="../rooms/browsing.html">browsing</a> lists of rooms, spaces, or users),
you can open a window for it using:</p>
<ul>
<li><code>gf</code> to open in the current window</li>
<li><code>&lt;C-W&gt;f</code> to open a new window split for the identifier</li>
<li><code>&lt;C-W&gt;gf</code> to open a new tab for the identifier</li>
</ul>

</main>

Expand Down
2 changes: 1 addition & 1 deletion layout/tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h2 id="opening-tabs"><a class="header" href="#opening-tabs">Opening Tabs</a></h
<p>The above command is equivalent to running:</p>
<pre><code>:tabedit #watercooler:example.com`
</code></pre>
<p>You can also press <code>&lt;C-W&gt;f</code> while navigating a list of rooms and users to open it
<p>You can also press <code>&lt;C-W&gt;gf</code> while navigating a list of rooms and users to open it
in a new tab instead.</p>
<h2 id="switching-tabs"><a class="header" href="#switching-tabs">Switching Tabs</a></h2>
<p>You can move forwards or backwards through the open tabs using <code>gt</code> or <code>gT</code>
Expand Down
16 changes: 14 additions & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,15 @@ <h2 id="opening-links"><a class="header" href="#opening-links">Opening Links</a>
<code>:open</code> to view a list of their matching URLs, and pick one to open in a
browser by typing its assigned character.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="screen-navigation"><a class="header" href="#screen-navigation">Screen Navigation</a></h1>
<h2 id="following-matrix-ids"><a class="header" href="#following-matrix-ids">Following Matrix IDs</a></h2>
<p>When your cursor is placed on top of a room, space, or user identifier (or an
item for them when when <a href="layout/../rooms/browsing.html">browsing</a> lists of rooms, spaces, or users),
you can open a window for it using:</p>
<ul>
<li><code>gf</code> to open in the current window</li>
<li><code>&lt;C-W&gt;f</code> to open a new window split for the identifier</li>
<li><code>&lt;C-W&gt;gf</code> to open a new tab for the identifier</li>
</ul>
<div style="break-before: page; page-break-before: always;"></div><h1 id="window-management"><a class="header" href="#window-management">Window Management</a></h1>
<h2 id="opening-windows"><a class="header" href="#opening-windows">Opening Windows</a></h2>
<p>You can use <code>:split</code> (or its vertical variant <code>:vsplit</code>) to split the current
Expand Down Expand Up @@ -844,7 +853,7 @@ <h2 id="opening-tabs"><a class="header" href="#opening-tabs">Opening Tabs</a></h
<p>The above command is equivalent to running:</p>
<pre><code>:tabedit #watercooler:example.com`
</code></pre>
<p>You can also press <code>&lt;C-W&gt;f</code> while navigating a list of rooms and users to open it
<p>You can also press <code>&lt;C-W&gt;gf</code> while navigating a list of rooms and users to open it
in a new tab instead.</p>
<h2 id="switching-tabs"><a class="header" href="#switching-tabs">Switching Tabs</a></h2>
<p>You can move forwards or backwards through the open tabs using <code>gt</code> or <code>gT</code>
Expand Down Expand Up @@ -954,6 +963,7 @@ <h2 id="vim-keybindings"><a class="header" href="#vim-keybindings">Vim keybindin
<strong>iamb</strong>, but just some of those referenced and explained throughout this
documentation.</p>
<table><thead><tr><th>Modes</th><th>Keybinding</th><th>Aliases</th><th>Help</th></tr></thead><tbody>
<tr><td>Normal, Visual</td><td><code>gf</code></td><td></td><td>See <a href="./layout/index.html#following-matrix-ids">Following Matrix IDs</a></td></tr>
<tr><td>Normal</td><td><code>gt</code></td><td><code>&lt;C-PageDown&gt;</code></td><td>See <a href="./layout/tabs.html#switching-tabs">Switching Tabs</a></td></tr>
<tr><td>Normal</td><td><code>gT</code></td><td><code>&lt;C-PageUp&gt;</code></td><td>See <a href="./layout/tabs.html#switching-tabs">Switching Tabs</a></td></tr>
<tr><td>Normal</td><td><code>m{a-z}</code></td><td></td><td>See <a href="./messages/#message-scrollback">Message Scrollback</a></td></tr>
Expand All @@ -971,11 +981,13 @@ <h2 id="vim-keybindings"><a class="header" href="#vim-keybindings">Vim keybindin
<tr><td>Normal, Visual</td><td><code>&lt;C-F&gt;</code></td><td><code>&lt;PageDown&gt;</code></td><td>See <a href="./messages/#message-scrollback">Message Scrollback</a></td></tr>
<tr><td>Normal, Visual</td><td><code>&lt;C-D&gt;</code></td><td></td><td>See <a href="./messages/#message-scrollback">Message Scrollback</a></td></tr>
<tr><td>Normal</td><td><code>&lt;C-I&gt;</code></td><td><code>&lt;Tab&gt;</code></td><td>See <a href="./layout/windows.html#switching-windows">Switching Windows</a></td></tr>
<tr><td>Normal</td><td><code>&lt;C-L&gt;</code></td><td></td><td>Force the window to redraw</td></tr>
<tr><td>Insert</td><td><code>&lt;C-N&gt;</code></td><td></td><td>See <a href="./messages/#sending">Sending</a></td></tr>
<tr><td>Normal</td><td><code>&lt;C-O&gt;</code></td><td></td><td>See <a href="./layout/windows.html#switching-windows">Switching Windows</a></td></tr>
<tr><td>Insert</td><td><code>&lt;C-P&gt;</code></td><td></td><td>See <a href="./messages/#sending">Sending</a></td></tr>
<tr><td>Normal, Visual</td><td><code>&lt;C-U&gt;</code></td><td></td><td>See <a href="./messages/#message-scrollback">Message Scrollback</a></td></tr>
<tr><td>Normal, Visual</td><td><code>&lt;C-W&gt;f</code></td><td><code>&lt;C-W&gt;&lt;C-F&gt;</code></td><td>See <a href="./layout/tabs.html#opening-tabs">Opening Tabs</a></td></tr>
<tr><td>Normal, Visual</td><td><code>&lt;C-W&gt;f</code></td><td><code>&lt;C-W&gt;&lt;C-F&gt;</code></td><td>See <a href="./layout/index.html#following-matrix-ids">Following Matrix IDs</a></td></tr>
<tr><td>Normal, Visual</td><td><code>&lt;C-W&gt;gf</code></td><td></td><td>See <a href="./layout/index.html#following-matrix-ids">Following Matrix IDs</a> and <a href="./layout/tabs.html#opening-tabs">Opening Tabs</a></td></tr>
<tr><td>Normal, Visual</td><td><code>&lt;C-W&gt;h</code></td><td><code>&lt;C-W&gt;&lt;C-H&gt;</code></td><td>See <a href="./layout/windows.html#switching-windows">Switching Windows</a></td></tr>
<tr><td>Normal, Visual</td><td><code>&lt;C-W&gt;H</code></td><td></td><td>See <a href="./layout/windows.html#organizing-windows">Organizing Windows</a></td></tr>
<tr><td>Normal, Visual</td><td><code>&lt;C-W&gt;j</code></td><td><code>&lt;C-W&gt;&lt;C-J&gt;</code></td><td>See <a href="./layout/windows.html#switching-windows">Switching Windows</a></td></tr>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,70 +2,70 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://iamb.chat/commands.html</loc>
<lastmod>2024-04-12T03:55:48.761Z</lastmod>
<lastmod>2024-04-12T05:51:15.478Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/configure.html</loc>
<lastmod>2024-04-12T03:55:48.753Z</lastmod>
<lastmod>2024-04-12T05:51:15.470Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/development.html</loc>
<lastmod>2024-04-12T03:55:48.765Z</lastmod>
<lastmod>2024-04-12T05:51:15.478Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/index.html</loc>
<lastmod>2024-04-12T03:55:48.753Z</lastmod>
<lastmod>2024-04-12T05:51:15.470Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/install.html</loc>
<lastmod>2024-04-12T03:55:48.753Z</lastmod>
<lastmod>2024-04-12T05:51:15.470Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/keybindings.html</loc>
<lastmod>2024-04-12T03:55:48.761Z</lastmod>
<lastmod>2024-04-12T05:51:15.478Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/e2ee/index.html</loc>
<lastmod>2024-04-12T03:55:48.757Z</lastmod>
<lastmod>2024-04-12T05:51:15.470Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/e2ee/keys.html</loc>
<lastmod>2024-04-12T03:55:48.757Z</lastmod>
<lastmod>2024-04-12T05:51:15.470Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/e2ee/verify.html</loc>
<lastmod>2024-04-12T03:55:48.757Z</lastmod>
<lastmod>2024-04-12T05:51:15.470Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/layout/index.html</loc>
<lastmod>2024-04-12T03:55:48.761Z</lastmod>
<lastmod>2024-04-12T05:51:15.474Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/layout/tabs.html</loc>
<lastmod>2024-04-12T03:55:48.761Z</lastmod>
<lastmod>2024-04-12T05:51:15.478Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/layout/windows.html</loc>
<lastmod>2024-04-12T03:55:48.761Z</lastmod>
<lastmod>2024-04-12T05:51:15.474Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/messages/index.html</loc>
<lastmod>2024-04-12T03:55:48.757Z</lastmod>
<lastmod>2024-04-12T05:51:15.474Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/rooms/browsing.html</loc>
<lastmod>2024-04-12T03:55:48.757Z</lastmod>
<lastmod>2024-04-12T05:51:15.474Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/rooms/index.html</loc>
<lastmod>2024-04-12T03:55:48.757Z</lastmod>
<lastmod>2024-04-12T05:51:15.474Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/rooms/management.html</loc>
<lastmod>2024-04-12T03:55:48.757Z</lastmod>
<lastmod>2024-04-12T05:51:15.474Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/rooms/members.html</loc>
<lastmod>2024-04-12T03:55:48.757Z</lastmod>
<lastmod>2024-04-12T05:51:15.474Z</lastmod>
</url>
</urlset>

0 comments on commit 4450446

Please sign in to comment.