Mercurial > forks > helix
changeset 6704:39b75234b184
Update docs link to Commands.md in Remapping.md (#13284)
author | James Rogers <151384517+DyonaCode@users.noreply.github.com> |
---|---|
date | Mon, 07 Apr 2025 17:08:09 +0100 |
parents | a66688bc4abf |
children | 0aedd370c1ca |
files | book/src/remapping.md |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/book/src/remapping.md Mon Apr 07 18:00:45 2025 +0200 +++ b/book/src/remapping.md Mon Apr 07 17:08:09 2025 +0100 @@ -12,7 +12,7 @@ in [`helix-term/src/commands.rs`](https://github.com/helix-editor/helix/blob/master/helix-term/src/commands.rs) at the invocation of `static_commands!` macro. * Typable commands: commands that can be executed from command mode (`:`), for - example `:write!`. See the [Commands](./commands.html) documentation for a + example `:write!`. See the [Commands](./commands.md) documentation for a list of available typeable commands or the `TypableCommandList` declaration in the source code at [`helix-term/src/commands/typed.rs`](https://github.com/helix-editor/helix/blob/master/helix-term/src/commands/typed.rs). * Macros: sequences of keys that are executed in order. These keybindings