Skip to content

Commit

Permalink
deploy: 37cd356
Browse files Browse the repository at this point in the history
  • Loading branch information
ulyssa committed Aug 1, 2024
1 parent 6b8eae5 commit 9841a78
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 27 deletions.
6 changes: 3 additions & 3 deletions configure.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ <h3 id="multiple-profiles"><a class="header" href="#multiple-profiles">Multiple
Logging in for @user1:example.com...
</code></pre>
<h3 id="per-profile-configuration"><a class="header" href="#per-profile-configuration">Per-Profile Configuration</a></h3>
<p>Several of the sectioncs that you can place under the global configuration can
<p>Several of the sections that you can place under the global configuration can
also be placed within profile configurations to achieve per-profile values:</p>
<ul>
<li><code>dirs</code></li>
Expand Down Expand Up @@ -299,7 +299,7 @@ <h4 id="room-fields"><a class="header" href="#room-fields">Room Fields</a></h4>
<tr><td><code>&quot;recent&quot;</code></td><td>Sort rooms with recent messages towards the top.</td></tr>
<tr><td><code>&quot;unread&quot;</code></td><td>Sort rooms with unread messages towards the top.</td></tr>
<tr><td><code>&quot;name&quot;</code></td><td>Sort rooms alphabetically by their room name.</td></tr>
<tr><td><code>&quot;alias&quot;</code></td><td>Sort rooms alphabetically by thei canonical alias (e.g., <code>#iamb-users:0x.badd.cafe</code>)</td></tr>
<tr><td><code>&quot;alias&quot;</code></td><td>Sort rooms alphabetically by their canonical alias (e.g., <code>#iamb-users:0x.badd.cafe</code>)</td></tr>
<tr><td><code>&quot;id&quot;</code></td><td>Sort rooms alphabetically by their unique room identifier (e.g., <code>!nQTgloqKBScxNjsQzR:0x.badd.cafe</code>).</td></tr>
</tbody></table>
<h4 id="user-fields"><a class="header" href="#user-fields">User Fields</a></h4>
Expand Down Expand Up @@ -347,7 +347,7 @@ <h2 id="custom-keybindings"><a class="header" href="#custom-keybindings">Custom
<p>You can add custom keybindings in <code>macros</code> subsections, which describes the Vim
modes to map the commands to, the input keys you want to map, and the keys that
you want it to then run. These keybindings behave like macros when a count is
given, and will repeat the target key sequnce <em>n</em> times.</p>
given, and will repeat the target key sequence <em>n</em> times.</p>
<p>For example, you could use the following to map <code>jj</code> to <code>&lt;Esc&gt;</code> in Insert mode
and <code>V</code> to <code>&lt;C-W&gt;m</code> in Normal and Visual mode:</p>
<pre><code class="language-toml">[macros.insert]
Expand Down
12 changes: 11 additions & 1 deletion install.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,16 @@ <h3 id="arch-linux"><a class="header" href="#arch-linux">Arch Linux</a></h3>
using <code>paru</code>:</p>
<pre><code>paru iamb-git
</code></pre>
<h3 id="freebsd"><a class="header" href="#freebsd">FreeBSD</a></h3>
<p>On FreeBSD a package is available from the official repositories. To install it
simply run:</p>
<pre><code>pkg install iamb
</code></pre>
<h3 id="macos"><a class="header" href="#macos">macOS</a></h3>
<p>On macOS a <a href="https://formulae.brew.sh/formula/iamb#default">package</a> is available in Homebrew’s repository. To
install it simply run:</p>
<pre><code>brew install iamb
</code></pre>
<h3 id="netbsd--pkgsrc"><a class="header" href="#netbsd--pkgsrc">NetBSD / pkgsrc</a></h3>
<p>On NetBSD (or any other system <a href="https://pkgsrc.smartos.org/">with pkgsrc available</a>), you can
install the <code>iamb</code> package:</p>
Expand All @@ -170,7 +180,7 @@ <h3 id="opensuse-tumbleweed"><a class="header" href="#opensuse-tumbleweed">openS
<pre><code>opi iamb
</code></pre>
<h3 id="snap"><a class="header" href="#snap">Snap</a></h3>
<p>A snap is available for Linux distributions [which support it][install-snap]:</p>
<p>A snap is available for Linux distributions <a href="https://snapcraft.io/docs/installing-snapd">which support it</a>:</p>
<pre><code>snap install iamb
</code></pre>
<h2 id="github-releases"><a class="header" href="#github-releases">GitHub Releases</a></h2>
Expand Down
18 changes: 14 additions & 4 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,16 @@ <h3 id="arch-linux"><a class="header" href="#arch-linux">Arch Linux</a></h3>
using <code>paru</code>:</p>
<pre><code>paru iamb-git
</code></pre>
<h3 id="freebsd"><a class="header" href="#freebsd">FreeBSD</a></h3>
<p>On FreeBSD a package is available from the official repositories. To install it
simply run:</p>
<pre><code>pkg install iamb
</code></pre>
<h3 id="macos"><a class="header" href="#macos">macOS</a></h3>
<p>On macOS a <a href="https://formulae.brew.sh/formula/iamb#default">package</a> is available in Homebrew’s repository. To
install it simply run:</p>
<pre><code>brew install iamb
</code></pre>
<h3 id="netbsd--pkgsrc"><a class="header" href="#netbsd--pkgsrc">NetBSD / pkgsrc</a></h3>
<p>On NetBSD (or any other system <a href="https://pkgsrc.smartos.org/">with pkgsrc available</a>), you can
install the <code>iamb</code> package:</p>
Expand All @@ -211,7 +221,7 @@ <h3 id="opensuse-tumbleweed"><a class="header" href="#opensuse-tumbleweed">openS
<pre><code>opi iamb
</code></pre>
<h3 id="snap"><a class="header" href="#snap">Snap</a></h3>
<p>A snap is available for Linux distributions [which support it][install-snap]:</p>
<p>A snap is available for Linux distributions <a href="https://snapcraft.io/docs/installing-snapd">which support it</a>:</p>
<pre><code>snap install iamb
</code></pre>
<h2 id="github-releases"><a class="header" href="#github-releases">GitHub Releases</a></h2>
Expand Down Expand Up @@ -265,7 +275,7 @@ <h3 id="multiple-profiles"><a class="header" href="#multiple-profiles">Multiple
Logging in for @user1:example.com...
</code></pre>
<h3 id="per-profile-configuration"><a class="header" href="#per-profile-configuration">Per-Profile Configuration</a></h3>
<p>Several of the sectioncs that you can place under the global configuration can
<p>Several of the sections that you can place under the global configuration can
also be placed within profile configurations to achieve per-profile values:</p>
<ul>
<li><code>dirs</code></li>
Expand Down Expand Up @@ -390,7 +400,7 @@ <h4 id="room-fields"><a class="header" href="#room-fields">Room Fields</a></h4>
<tr><td><code>&quot;recent&quot;</code></td><td>Sort rooms with recent messages towards the top.</td></tr>
<tr><td><code>&quot;unread&quot;</code></td><td>Sort rooms with unread messages towards the top.</td></tr>
<tr><td><code>&quot;name&quot;</code></td><td>Sort rooms alphabetically by their room name.</td></tr>
<tr><td><code>&quot;alias&quot;</code></td><td>Sort rooms alphabetically by thei canonical alias (e.g., <code>#iamb-users:0x.badd.cafe</code>)</td></tr>
<tr><td><code>&quot;alias&quot;</code></td><td>Sort rooms alphabetically by their canonical alias (e.g., <code>#iamb-users:0x.badd.cafe</code>)</td></tr>
<tr><td><code>&quot;id&quot;</code></td><td>Sort rooms alphabetically by their unique room identifier (e.g., <code>!nQTgloqKBScxNjsQzR:0x.badd.cafe</code>).</td></tr>
</tbody></table>
<h4 id="user-fields"><a class="header" href="#user-fields">User Fields</a></h4>
Expand Down Expand Up @@ -438,7 +448,7 @@ <h2 id="custom-keybindings"><a class="header" href="#custom-keybindings">Custom
<p>You can add custom keybindings in <code>macros</code> subsections, which describes the Vim
modes to map the commands to, the input keys you want to map, and the keys that
you want it to then run. These keybindings behave like macros when a count is
given, and will repeat the target key sequnce <em>n</em> times.</p>
given, and will repeat the target key sequence <em>n</em> times.</p>
<p>For example, you could use the following to map <code>jj</code> to <code>&lt;Esc&gt;</code> in Insert mode
and <code>V</code> to <code>&lt;C-W&gt;m</code> in Normal and Visual mode:</p>
<pre><code class="language-toml">[macros.insert]
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-14T18:00:43.411Z</lastmod>
<lastmod>2024-08-01T02:58:40.114Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/configure.html</loc>
<lastmod>2024-04-14T18:00:43.403Z</lastmod>
<lastmod>2024-08-01T02:58:40.106Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/development.html</loc>
<lastmod>2024-04-14T18:00:43.411Z</lastmod>
<lastmod>2024-08-01T02:58:40.114Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/index.html</loc>
<lastmod>2024-04-14T18:00:43.399Z</lastmod>
<lastmod>2024-08-01T02:58:40.102Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/install.html</loc>
<lastmod>2024-04-14T18:00:43.403Z</lastmod>
<lastmod>2024-08-01T02:58:40.106Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/keybindings.html</loc>
<lastmod>2024-04-14T18:00:43.411Z</lastmod>
<lastmod>2024-08-01T02:58:40.114Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/e2ee/index.html</loc>
<lastmod>2024-04-14T18:00:43.403Z</lastmod>
<lastmod>2024-08-01T02:58:40.106Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/e2ee/keys.html</loc>
<lastmod>2024-04-14T18:00:43.403Z</lastmod>
<lastmod>2024-08-01T02:58:40.106Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/e2ee/verify.html</loc>
<lastmod>2024-04-14T18:00:43.403Z</lastmod>
<lastmod>2024-08-01T02:58:40.106Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/layout/index.html</loc>
<lastmod>2024-04-14T18:00:43.407Z</lastmod>
<lastmod>2024-08-01T02:58:40.110Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/layout/tabs.html</loc>
<lastmod>2024-04-14T18:00:43.407Z</lastmod>
<lastmod>2024-08-01T02:58:40.110Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/layout/windows.html</loc>
<lastmod>2024-04-14T18:00:43.407Z</lastmod>
<lastmod>2024-08-01T02:58:40.110Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/messages/index.html</loc>
<lastmod>2024-04-14T18:00:43.407Z</lastmod>
<lastmod>2024-08-01T02:58:40.110Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/rooms/browsing.html</loc>
<lastmod>2024-04-14T18:00:43.407Z</lastmod>
<lastmod>2024-08-01T02:58:40.110Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/rooms/index.html</loc>
<lastmod>2024-04-14T18:00:43.403Z</lastmod>
<lastmod>2024-08-01T02:58:40.106Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/rooms/management.html</loc>
<lastmod>2024-04-14T18:00:43.407Z</lastmod>
<lastmod>2024-08-01T02:58:40.110Z</lastmod>
</url>
<url>
<loc>https://iamb.chat/rooms/members.html</loc>
<lastmod>2024-04-14T18:00:43.407Z</lastmod>
<lastmod>2024-08-01T02:58:40.110Z</lastmod>
</url>
</urlset>

0 comments on commit 9841a78

Please sign in to comment.