mirror of https://github.com/helix-editor/helix
Update docs link to Commands.md in Remapping.md (#13284)
parent
46f7cdb5a9
commit
4130b162a7
|
@ -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)
|
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.
|
at the invocation of `static_commands!` macro.
|
||||||
* Typable commands: commands that can be executed from command mode (`:`), for
|
* 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
|
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).
|
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
|
* Macros: sequences of keys that are executed in order. These keybindings
|
||||||
|
|
Loading…
Reference in New Issue