From 4130b162a7bbc7de739807abc05a0e8ba3712133 Mon Sep 17 00:00:00 2001 From: James Rogers <151384517+DyonaCode@users.noreply.github.com> Date: Mon, 7 Apr 2025 17:08:09 +0100 Subject: [PATCH] Update docs link to Commands.md in Remapping.md (#13284) --- book/src/remapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/remapping.md b/book/src/remapping.md index 4eb14c558..23bb80c55 100644 --- a/book/src/remapping.md +++ b/book/src/remapping.md @@ -12,7 +12,7 @@ There are three kinds of commands that can be used in keymaps: 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