Skip to content

Commit

Permalink
Add link to Keymap page in book. (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
NexiNov authored Nov 22, 2021
1 parent 1724930 commit 4238a84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion book/src/remapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 4238a84

Please sign in to comment.