You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cursorMoveOnFindWidget sounds like that it allows the user to move the cursor with Emacs keys such as C-f, however, actually, it just disables isearchExit assigned to some keybindings and leaves the cursor control to the OS.
It works on macOS that provides Emacs-like cursor moves at the OS-level and cursorMoveOnFindWidget sounds natural in such a case, however, in the case of Windows/Linux, what it sounds is different from what it actually does.