microsoft / microsoft/monaco-editor

Review wiki change: document Find matching keybindings

Open
#5,433 1 comment 0 reactions 1 assignee View on GitHub

@hediet is already working on this.

Since Aug 4, 2026.

Dominant language
JavaScript
Stars
46.8k
Forks
4.1k
Avg merge
17h 58m
Merged PRs (30d)
1

Description

GitHub does not expose wiki repositories through the pull-request API, so this issue is the review surface for a ready-to-merge wiki branch.

Proposed change

Document the Monaco Editor defaults for toggling Find matching options in the Accessibility Guide:

  • Match Case: Alt+C on Windows and Linux; Command+Option+C on macOS.
  • Match Whole Word: Alt+W on Windows and Linux; Command+Option+W on macOS.
  • Use Regular Expression: Alt+R on Windows and Linux; Command+Option+R on macOS.

Review branch

  • Wiki branch: meganrogge/document-find-keybindings
  • Commit: ac2b8b9

To review locally:

git clone https://github.com/microsoft/monaco-editor.wiki.git
cd monaco-editor.wiki
git switch meganrogge/document-find-keybindings
git diff master...HEAD

The keybindings were verified against src/vs/editor/contrib/find/browser/findModel.ts in VS Code, which supplies Monaco Editor Core.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.