patx/twig
fix typo in keybindings section on index.html
Commit 35f2e64 · patx · 2026-06-15T00:42:01-04:00
Comments
No comments yet.
Diff
diff --git a/docs/index.html b/docs/index.html
index 3934a84..0299262 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -86,7 +86,7 @@
<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+D</code></td><td>Delete line(s)</td></tr>
- <tr><td><code>Ctrl+F / Ctrl+R</code></td><td>Find / Replace</td></tr>
+ <tr><td><code>Ctrl+F</code> / <code>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+J</code></td><td>Jump to line</td></tr>
<tr><td><code>Ctrl++</code> / <code>Ctrl+-</code></td><td>Increase / decrease editor font size</td></tr>