Fix mistake in README

This commit is contained in:
2026-01-10 19:41:57 +00:00
parent e37d291e1d
commit cdddb35d7c

View File

@@ -184,7 +184,7 @@ Used for typing text.
| **Esc** (`0x1B`) | Return to **NORMAL** mode. | | **Esc** (`0x1B`) | Return to **NORMAL** mode. |
| **Tab** (`\t`) | Inserts 2 spaces. | | **Tab** (`\t`) | Inserts 2 spaces. |
| **Enter** | Inserts newline + **Auto-indents** based on previous line/context. | | **Enter** | Inserts newline + **Auto-indents** based on previous line/context. |
| **Backspace** | Deletes previous character or auto-closes empty pairs (e.g., `{ | | **Backspace** | Deletes previous character or auto-collapses empty pairs (e.g., `{` -> `}`). |
| **Ctrl + w** | **Delete Previous Word**. | | **Ctrl + w** | **Delete Previous Word**. |
| **Del** | Delete character under cursor. | | **Del** | Delete character under cursor. |
| **Ctrl + Del** | Delete **Next Word**. | | **Ctrl + Del** | Delete **Next Word**. |