mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Add default keymaps reference to documentation (#2185)
This commit is contained in:
parent
26a9823def
commit
6d68278b60
1 changed files with 11 additions and 0 deletions
|
|
@ -698,6 +698,17 @@
|
||||||
|
|
||||||
};</code></pre>
|
};</code></pre>
|
||||||
|
|
||||||
|
<p>Default keymaps: </p>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://github.com/zeit/hyper/blob/master/app/keymaps/win32.json">Windows</a></td>
|
||||||
|
<td><a href="https://github.com/zeit/hyper/blob/master/app/keymaps/linux.json">Linux</a></td>
|
||||||
|
<td><a href="https://github.com/zeit/hyper/blob/master/app/keymaps/darwin.json">macOS</a></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
<h2 id="cfg"><a href="#cfg">Configuration</a></h2>
|
<h2 id="cfg"><a href="#cfg">Configuration</a></h2>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue