Skip to content

Conversation

@xwmx
Copy link

@xwmx xwmx commented Jan 28, 2026

Set the window's collection behavior to include NSWindowCollectionBehaviorMoveToActiveSpace.

This tells macOS to always show the Find dialog in the current active space (the one where you press Command+F) rather than following the application to another space.

Resolves #1629

This solution was provided by Copilot and verified locally.

Set the window's collection behavior to include NSWindowCollectionBehaviorMoveToActiveSpace.

This tells macOS to always show the Find dialog in the current active space
(the one where you press Command+F) rather than following the application to
another space.

Resolves macvim-dev#1629
@eirnym
Copy link
Contributor

eirnym commented Jan 31, 2026

As MacVim is built for ancient macOS versions as well, this feature should be guarded by macOS version where it has first appear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change in Find dialog behavior with Mission Control spaces in macOS Tahoe 26.2

2 participants