From 83141d07e9b41dd816155c658bf5246428b18e44 Mon Sep 17 00:00:00 2001 From: Michael Sloan Date: Sun, 26 Jan 2025 13:26:11 -0700 Subject: [PATCH] Fix escaping of `alt-\` in docs for triggering inline completion (#23684) Release Notes: - N/A --- docs/src/completions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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