micro Command Examples

A modern and intuitive terminal-based text editor. You can use your keyboard, but also your mouse to navigate and/or select text. More information: https://micro-editor.github.io.

micro {{path/to/file}}

<Ctrl s>

<Ctrl k>

<Ctrl f>{{pattern}}<Enter>

<Ctrl e>{{command}}<Enter>

<Ctrl e>replaceall "{{pattern}}" "{{replacement}}"<Enter>

<Ctrl q>