diff --git a/docs/src/completions.md b/docs/src/completions.md index 814bf051e15424fded0d7ef8edd169ae95253d70..3cb8f73da9a6c0af97ad5ea5f0205a9814d51d19 100644 --- a/docs/src/completions.md +++ b/docs/src/completions.md @@ -58,7 +58,7 @@ There a number of actions/shortcuts available to interact with inline completion - `editor: accept inline completion` (`tab`): To accept the current inline completion - `editor: accept partial inline completion` (`cmd-right`): To accept the current inline completion up to the next word boundary -- `editor: show inline completion` (`alt-\\`): Trigger a inline completion request manually +- `editor: show inline completion` (`alt-\`): Trigger a inline completion request manually - `editor: next inline completion` (`alt-]`): To cycle to the next inline completion - `editor: previous inline completion` (`alt-[`): To cycle to the previous inline completion