Fix escaping of alt-\ in docs for triggering inline completion (#23684)

Release Notes:

- N/A
This commit is contained in:
Michael Sloan
2025-01-26 20:26:11 +00:00
committed by GitHub
parent 7d30dda557
commit 83141d07e9
+1 -1
View File
@@ -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