patx/twig

group similar keybindings on website

Commit 7a2992f · patx · 2026-06-14T18:17:03-04:00

Changeset
7a2992f0f6f790e8c45b99c858ff316786e860b5
Parents
990f1356e8c9927a98dbd91d5d0c42a8b5d1d9f5

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 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 &amp; 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> &nbsp;· MIT license</footer>