Skip to content

Commit

Permalink
deploy: 03d07e2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xithrius committed Jul 3, 2024
1 parent 5dbca11 commit 929d02b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions keybinds/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ <h1 id="keybind-guide"><a class="header" href="#keybind-guide">Keybind guide</a>
<li><a href="normal.html">Normal</a></li>
<li><a href="insert.html">Insert mode(s)</a></li>
</ul>
<h2 id="troubleshooting"><a class="header" href="#troubleshooting">Troubleshooting</a></h2>
<ul>
<li><code>Option</code> doesn't work as a replacement for <code>Alt</code> in the <a href="https://sw.kovidgoyal.net/kitty/">Kitty</a> terminal on MacOS</li>
</ul>
<p>Set <a href="https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.macos_option_as_alt"><code>macos_option_as_alt yes</code></a> in your kitty config.</p>

</main>

Expand Down
5 changes: 5 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,11 @@ <h2 id="run-it"><a class="header" href="#run-it">Run it</a></h2>
<li><a href="keybinds/normal.html">Normal</a></li>
<li><a href="keybinds/insert.html">Insert mode(s)</a></li>
</ul>
<h2 id="troubleshooting"><a class="header" href="#troubleshooting">Troubleshooting</a></h2>
<ul>
<li><code>Option</code> doesn't work as a replacement for <code>Alt</code> in the <a href="https://sw.kovidgoyal.net/kitty/">Kitty</a> terminal on MacOS</li>
</ul>
<p>Set <a href="https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.macos_option_as_alt"><code>macos_option_as_alt yes</code></a> in your kitty config.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="normal-mode-keybind-map"><a class="header" href="#normal-mode-keybind-map">Normal mode keybind map</a></h1>
<p>Can be the start state by configuring <code>first_state</code> in the config to either <code>"normal"</code> or <code>"default"</code>.</p>
<table>
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.

0 comments on commit 929d02b

Please sign in to comment.