aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorNexiNov2021-11-22 14:44:42 +0000
committerGitHub2021-11-22 14:44:42 +0000
commit4238a843f7a3be573967d0392905fb272f1f4e86 (patch)
tree6cb70f383e51bb882d3140930b19a9f719d4723e /book
parent17249307656d716a56cb994b11add82468dd4753 (diff)
Add link to Keymap page in book. (#1137)
Diffstat (limited to 'book')
-rw-r--r--book/src/remapping.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/book/src/remapping.md b/book/src/remapping.md
index 532f502a..fffd189b 100644
--- a/book/src/remapping.md
+++ b/book/src/remapping.md
@@ -53,4 +53,5 @@ Control, Shift and Alt modifiers are encoded respectively with the prefixes
Keys can be disabled by binding them to the `no_op` command.
-Commands can be found in the source code at [`helix-term/src/commands.rs`](https://github.com/helix-editor/helix/blob/master/helix-term/src/commands.rs)
+Commands can be found at [Keymap](https://docs.helix-editor.com/keymap.html) Commands.
+> Commands can also be found in the source code at [`helix-term/src/commands.rs`](https://github.com/helix-editor/helix/blob/master/helix-term/src/commands.rs) at the invocation of `commands!` macro.