micro
Micro is a modern and intuitive terminal-based text editor.
You can use your keyboard, but also your mouse to navigate and/or select text.
micro {file}
Ctrl + S
Ctrl + K
- Search for a pattern in the file (press `Ctrl + N`/`Ctrl + P` to go to next/previous match):
Ctrl + F "{pattern}"
Ctrl + E {command}
- Perform a substitution in the whole file:
Ctrl + E replaceall "{pattern}" "{replacement}"
Ctrl + Q
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).