.TH micro 1 "2025-08-16" .SH NAME micro \- A modern and intuitive terminal-based text editor .SH SYNOPSIS .B micro .RB [OPTION]...\& .RB [FILE]...\& .RB [+LINE[:COL]] .br .B micro .RB [OPTION]...\& .RB [FILE[:LINE[:COL]]]...\& \& (only if the `parsecursor` option is enabled) .SH DESCRIPTION Micro is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals. It comes as one single, batteries-included, static binary with no dependencies. As the name indicates, micro aims to be somewhat of a successor to the nano editor by being easy to install and use in a pinch, but micro also aims to be enjoyable to use full time, whether you work in the terminal because you prefer it (like me), or because you need to (over ssh). Use Ctrl-q to quit, Ctrl-s to save, and Ctrl-g to open the in-editor help menu. .SH OPTIONS .PP \-clean .RS 4 Clean the configuration directory and exit .RE .PP \-config-dir dir .RS 4 Specify a custom location for the configuration directory .RE .PP FILE:LINE[:COL] (only if the `parsecursor` option is enabled) .br FILE +LINE[:COL] .RS 4 Specify a line and column to start the cursor at when opening a buffer .RE .PP \-options .RS 4 Show all options help and exit .RE .PP \-debug .RS 4 Enable debug mode (enables logging to ./log.txt) .RE .PP \-profile .RS 4 Enable CPU profiling (writes profile info to ./micro.prof so it can be analyzed later with "go tool pprof micro.prof") .RE .PP \-version .RS 4 Show the version number and information and exit .RE Micro's plugins can be managed at the command line with the following commands. .RS 4 .PP \-plugin install [PLUGIN]... .RS 4 Install plugin(s) .RE .PP \-plugin remove [PLUGIN]... .RS 4 Remove plugin(s) .RE .PP \-plugin update [PLUGIN]... .RS 4 Update plugin(s) (if no argument is given, updates all plugins) .RE .PP \-plugin search [PLUGIN]... .RS 4 Search for a plugin .RE .PP \-plugin list .RS 4 List installed plugins .RE .PP \-plugin available .RS 4 List available plugins .RE .RE Micro's options can also be set via command line arguments for quick adjustments. For real configuration, please use the settings.json file (see 'help options'). .RS 4 .PP \-