You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Micro is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities
10
-
of modern terminals. It comes as one single, batteries-included, static binary with no dependencies, and you can download and use it right now.
10
+
of modern terminals. It comes as one single batteries-included binary with no dependencies, and you can download and use it right now.
11
11
12
12
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
13
13
enjoyable to use full time, whether you work in the terminal because you prefer it (like me), or because you need to (over ssh).
@@ -16,7 +16,7 @@ Here is a picture of micro editing its source code.
16
16
17
17

18
18
19
-
To see more screenshots of micro, showcasing all of the default colorschemes, see [here](http://zbyedidia.webfactional.com/micro/screenshots.html).
19
+
To see more screenshots of micro, showcasing some of the default colorschemes, see [here](http://zbyedidia.webfactional.com/micro/screenshots.html).
20
20
21
21
You can also check out the website for Micro at https://micro-editor.github.io.
22
22
@@ -58,7 +58,9 @@ You can also check out the website for Micro at https://micro-editor.github.io.
58
58
* Colorscheme support
59
59
* By default, micro comes with 16, 256, and true color themes.
60
60
* True color support (set the `MICRO_TRUECOLOR` environment variable to 1 to enable it)
61
-
* Copy and paste with the system clipboard
61
+
* Copy and paste with the system clipboard (requires xclip/xsel on Linux)
0 commit comments