patx/twig

fix typo in keybindings section on index.html

Commit 35f2e64 · patx · 2026-06-15T00:42:01-04:00

Changeset
35f2e64ab0792535a27425cef7e67eb9c38ff45e
Parents
97ac22c8a72da335459eb16b3fc98a4d615909f7

View source at this commit

Comments

No comments yet.

Log in to comment

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>