gh-pages
archseer 3 years ago
parent 0310540580
commit abe169f523

@ -188,13 +188,13 @@
<tr><td>PageDown</td><td>Move page down</td></tr>
<tr><td>ctrl-u</td><td>Move half page up</td></tr>
<tr><td>ctrl-d</td><td>Move half page down</td></tr>
<tr><td>Tab</td><td>Switch to next view</td></tr>
<tr><td>ctrl-i</td><td>Jump forward on the jumplist TODO: conflicts tab</td></tr>
<tr><td>ctrl-o</td><td>Jump backward on the jumplist</td></tr>
<tr><td>v</td><td>Enter select (extend) mode</td></tr>
<tr><td>g</td><td>Enter goto mode</td></tr>
<tr><td>:</td><td>Enter command mode</td></tr>
<tr><td>z</td><td>Enter view mode</td></tr>
<tr><td>ctrl-w</td><td>Enter window mode</td></tr>
<tr><td>space</td><td>Enter space mode</td></tr>
<tr><td>K</td><td>Show documentation for the item under the cursor</td></tr>
</tbody></table>
@ -283,14 +283,20 @@ the selection.</p>
</tbody></table>
<h2 id="object-mode"><a class="header" href="#object-mode">Object mode</a></h2>
<p>TODO: Mappings for selecting syntax nodes (a superset of <code>[</code>).</p>
<h2 id="window-mode"><a class="header" href="#window-mode">Window mode</a></h2>
<p>This layer is similar to vim keybindings as kakoune does not support window.</p>
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
<tr><td>w, ctrl-w</td><td>Switch to next window</td></tr>
<tr><td>v, ctrl-v</td><td>Vertical right split</td></tr>
<tr><td>h, ctrl-h</td><td>Horizontal bottom split</td></tr>
<tr><td>q, ctrl-q</td><td>Close current window</td></tr>
</tbody></table>
<h2 id="space-mode"><a class="header" href="#space-mode">Space mode</a></h2>
<p>This layer is a kludge of mappings I had under leader key in neovim.</p>
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
<tr><td>f</td><td>Open file picker</td></tr>
<tr><td>b</td><td>Open buffer picker</td></tr>
<tr><td>v</td><td>Open a new vertical split into the current file</td></tr>
<tr><td>w</td><td>Save changes to file</td></tr>
<tr><td>c</td><td>Close the current split</td></tr>
<tr><td>space</td><td>Keep primary selection TODO: it's here because space mode replaced it</td></tr>
</tbody></table>

@ -217,13 +217,13 @@ the <code>HELIX_RUNTIME</code> environment variable.</p>
<tr><td>PageDown</td><td>Move page down</td></tr>
<tr><td>ctrl-u</td><td>Move half page up</td></tr>
<tr><td>ctrl-d</td><td>Move half page down</td></tr>
<tr><td>Tab</td><td>Switch to next view</td></tr>
<tr><td>ctrl-i</td><td>Jump forward on the jumplist TODO: conflicts tab</td></tr>
<tr><td>ctrl-o</td><td>Jump backward on the jumplist</td></tr>
<tr><td>v</td><td>Enter select (extend) mode</td></tr>
<tr><td>g</td><td>Enter goto mode</td></tr>
<tr><td>:</td><td>Enter command mode</td></tr>
<tr><td>z</td><td>Enter view mode</td></tr>
<tr><td>ctrl-w</td><td>Enter window mode</td></tr>
<tr><td>space</td><td>Enter space mode</td></tr>
<tr><td>K</td><td>Show documentation for the item under the cursor</td></tr>
</tbody></table>
@ -312,14 +312,20 @@ the selection.</p>
</tbody></table>
<h2 id="object-mode"><a class="header" href="#object-mode">Object mode</a></h2>
<p>TODO: Mappings for selecting syntax nodes (a superset of <code>[</code>).</p>
<h2 id="window-mode"><a class="header" href="#window-mode">Window mode</a></h2>
<p>This layer is similar to vim keybindings as kakoune does not support window.</p>
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
<tr><td>w, ctrl-w</td><td>Switch to next window</td></tr>
<tr><td>v, ctrl-v</td><td>Vertical right split</td></tr>
<tr><td>h, ctrl-h</td><td>Horizontal bottom split</td></tr>
<tr><td>q, ctrl-q</td><td>Close current window</td></tr>
</tbody></table>
<h2 id="space-mode"><a class="header" href="#space-mode">Space mode</a></h2>
<p>This layer is a kludge of mappings I had under leader key in neovim.</p>
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
<tr><td>f</td><td>Open file picker</td></tr>
<tr><td>b</td><td>Open buffer picker</td></tr>
<tr><td>v</td><td>Open a new vertical split into the current file</td></tr>
<tr><td>w</td><td>Save changes to file</td></tr>
<tr><td>c</td><td>Close the current split</td></tr>
<tr><td>space</td><td>Keep primary selection TODO: it's here because space mode replaced it</td></tr>
</tbody></table>
<div id="chapter_begin" style="break-before: page; page-break-before: always;"></div><h1 id="hooks"><a class="header" href="#hooks">Hooks</a></h1>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save