
micro
List of commands for micro:
-
micro:tldr:4bf36 micro: Perform a substitution in the whole file.$ Ctrl + E replaceall "${pattern}" "${replacement}"try on your machineexplain this command
-
micro:tldr:8709b micro: Execute a command.$ Ctrl + E ${command}try on your machineexplain this command
-
micro:tldr:c04cb micro: Search for a pattern in the file (press `Ctrl + N`/`Ctrl + P` to go to next/previous match).$ Ctrl + F "${pattern}"try on your machineexplain this command