Skip to content

Ctrl+Shift+F double-bound (global search vs Monaco format-document) #12

Description

@openidle-dev

Severity: P1 — UX collision

Ctrl+Shift+F is bound to:

  • Global search (app-level), and
  • Monaco's built-in editor format-document (when focus is inside the editor)

When focus is in the editor, you can't reach global search via this binding without leaving the editor first. When focus is outside the editor, Monaco's binding is irrelevant.

Fix

Pick a different binding for one of them. A modern answer is a Ctrl+K-style command palette that absorbs the search action — see issue #11 for the unwired DataGrip Shift Shift global search, which would be a natural place to centralize this.

Source: audit/app-bugs.md item #4.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneeds triageAwaiting maintainer review

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions