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
The old Find/Replace dialog supported the following workflow:
open a file with many occurrences of one pattern to be replaced
open the dialog and type search string and replacement
keep looking only at the editor
using the keyboard quickly decide between
replace currently highlighted occurrence
find next to skip replacing this occurrence
In a recent build (Build id: I20241024-1800) on linux, both actions are said to be bound to Enter, but separate keybindings for find next and replace are needed for the above workflow.