# micro > 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: . - Open a file: `micro {{path/to/file}}` - Save a file: `` - Cut the entire line: `` - Search for a pattern in the file (press ``/`` to go to next/previous match): `{{pattern}}` - Execute a command: `{{command}}` - Perform a substitution in the whole file: `replaceall "{{pattern}}" "{{replacement}}"` - Quit: ``