Unnamed repository; edit this file 'description' to name the repository.
Document Shift-Tab (#15551)
adiabatic 4 weeks ago
parent 9b08cb3 · commit c979e16
-rw-r--r--book/src/keymap.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md
index ea82c162..d84572e1 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -404,7 +404,8 @@ escaping from insert mode to normal mode.
| `Ctrl-h`, `Backspace`, `Shift-Backspace` | Delete previous char | `delete_char_backward` |
| `Ctrl-d`, `Delete` | Delete next char | `delete_char_forward` |
| `Ctrl-j`, `Enter` | Insert new line | `insert_newline` |
-| `Tab` | [Smart tab] (configurable) | `smart_tab` |
+| `Tab` | [Smart tab] (configurable) | `smart_tab` |
+| `Shift-Tab` | Insert tab | `insert_tab` |
[Smart tab]: ./editor.md#editorsmart-tab-section