patx/twig
group similar keybindings on website
Commit 7a2992f · patx · 2026-06-14T18:17:03-04:00
Comments
No comments yet.
Diff
diff --git a/docs/index.html b/docs/index.html
index 050217e..4567507 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -87,15 +87,11 @@
<tr><td><code>Ctrl+Shift+Z</code> / <code>Ctrl+Y</code></td><td>Redo</td></tr>
<tr><td><code>Ctrl+X</code> / <code>Ctrl+C</code> / <code>Ctrl+V</code></td><td>Cut / Copy / Paste</td></tr>
<tr><td><code>Ctrl+A</code></td><td>Select all</td></tr>
- <tr><td><code>Ctrl+F</code></td><td>Find</td></tr>
+ <tr><td><code>Ctrl+F / Ctrl+R</code></td><td>Find / Replace</td></tr>
<tr><td><code>Ctrl+G</code> / <code>Ctrl+Shift+G</code></td><td>Find next / previous</td></tr>
- <tr><td><code>Ctrl+H</code> / <code>Ctrl+R</code></td><td>Find & replace</td></tr>
<tr><td><code>Ctrl+J</code></td><td>Jump to line</td></tr>
<tr><td><code>Ctrl+Shift++</code> / <code>Ctrl+Shift+-</code></td><td>Increase / decrease editor font size</td></tr>
- <tr><td><code>Tab</code> with selection</td><td>Indent</td></tr>
- <tr><td><code>Shift+Tab</code> with selection</td><td>Unindent</td></tr>
- <tr><td><code>Enter</code> in Find</td><td>Find next</td></tr>
- <tr><td><code>Enter</code> in Replace</td><td>Replace match</td></tr>
+ <tr><td><code>Tab</code> / <code>Shift+Tab</code></td><td>Indent / Unindent</td></tr>
</table>
<footer><a href="https://gitman.io/patx/twig">GitMan</a> · MIT license</footer>