Add link to Keymap page in book. (#1137)

imgbot
NexiNov 3 years ago committed by GitHub
parent 1724930765
commit 4238a843f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save