Forrest logo
back to the Ctrl tool

micro:tldr:4bf36

micro: Perform a substitution in the whole file.
$ Ctrl + E replaceall "${pattern}" "${replacement}"
try on your machine

This command is a keyboard shortcut used in certain applications or text editors. When you press the Ctrl + E keys simultaneously, it will typically launch a search and replace feature in the application.

The "${pattern}" represents the text pattern or string that you want to find in the document or text editor. The pattern could be a word, phrase, or a combination of characters.

The "${replacement}" represents the text that you want to replace the pattern with. This could be another word, phrase, or characters.

So, when you use Ctrl + E and input the specified pattern and replacement, it will search for all occurrences of the pattern in the document or text editor, and replace them with the specified replacement text. The key is pressed to confirm and execute the search and replace operation.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the Ctrl tool