Having a shortcut to select the next matching string would be great for batch editing.
HOW COULD IT BE DONE
In Visual Studio Code the shortcut is “Ctrl + D”. As in Anytype it’s used for duplicating a block it should be a different one.
REAL WORLD USE CASES
Sometimes I want to change multiple if not all occurences of a string to a new one. For now I’d have to search for the string and manually change it everywhere. I’d like to quickly select the matching strings via a shorcut and edit them simultaneously.
In addition a ‘find and replace’ function inside the search field (Ctrl + f, again like in Visual Studio Code) could also be really helpful.