Shortcut for selecting next matching string for batch editing

WHAT DO YOU RECOMMEND

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.

For ‘find and replace’ there is already a feature request

@Jomatom That’s a cool shortcut in VS Code. Didn’t know of it.

I guess with the implementation of custom shortcuts we only need this feature :sweat_smile:

For context, this is in VS Code. First selecting the “test” string and then repeatingly pressing “Ctrl + d”