Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'book/src/remapping.md')
-rw-r--r--book/src/remapping.md38
1 files changed, 18 insertions, 20 deletions
diff --git a/book/src/remapping.md b/book/src/remapping.md
index 9a9a611a..23bb80c5 100644
--- a/book/src/remapping.md
+++ b/book/src/remapping.md
@@ -89,26 +89,24 @@ Cmd-s = ":write" # Cmd or Win or Meta and 's' to write
Special keys are encoded as follows:
-| Key name | Representation |
-| --- | --- |
-| Backspace | `"backspace"` |
-| Space | `"space"` |
-| Return/Enter | `"ret"` |
-| Left | `"left"` |
-| Right | `"right"` |
-| Up | `"up"` |
-| Down | `"down"` |
-| Home | `"home"` |
-| End | `"end"` |
-| Page Up | `"pageup"` |
-| Page Down | `"pagedown"` |
-| Tab | `"tab"` |
-| Delete | `"del"` |
-| Insert | `"ins"` |
-| Null | `"null"` |
-| Escape | `"esc"` |
-| Less Than (<) | `"lt"` |
-| Greater Than (>) | `"gt"` |
+| Key name | Representation |
+| --- | --- |
+| Backspace | `"backspace"` |
+| Space | `"space"` |
+| Return/Enter | `"ret"` |
+| Left | `"left"` |
+| Right | `"right"` |
+| Up | `"up"` |
+| Down | `"down"` |
+| Home | `"home"` |
+| End | `"end"` |
+| Page Up | `"pageup"` |
+| Page Down | `"pagedown"` |
+| Tab | `"tab"` |
+| Delete | `"del"` |
+| Insert | `"ins"` |
+| Null | `"null"` |
+| Escape | `"esc"` |
Keys can be disabled by binding them to the `no_op` command.