aboutsummaryrefslogtreecommitdiff
path: root/book/src/keymap.md
diff options
context:
space:
mode:
authorClément Delafargue2023-01-17 08:48:43 +0000
committerMichael Davis2023-01-17 18:05:19 +0000
commit9530fab4b6f320d212f966e46a0353931a010471 (patch)
treedbf4b97a9a7b5e61b13a99fea35033e0d7513cb4 /book/src/keymap.md
parenta02dd17e8214125481a89f7aaa414f0c2285b3be (diff)
doc: expand documentation on configuring minor modes
Fixes #3835, #4811
Diffstat (limited to 'book/src/keymap.md')
-rw-r--r--book/src/keymap.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md
index 92455911..0550e57f 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -166,6 +166,9 @@ These sub-modes are accessible from normal mode and typically switch back to nor
| `Ctrl-w` | Enter [window mode](#window-mode) | N/A |
| `Space` | Enter [space mode](#space-mode) | N/A |
+These modes (except command mode) can be configured by
+[remapping keys](https://docs.helix-editor.com/remapping.html#minor-modes).
+
#### View mode
Accessed by typing `z` in [normal mode](#normal-mode).