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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ You can also check out the website for Micro at https://micro-editor.github.io.
53
53
- Extremely good mouse support.
54
54
- This means mouse dragging to create a selection, double click to select by word, and triple click to select by line.
55
55
- Cross-platform (it should work on all the platforms Go runs on).
56
-
- Note that while Windows is supported Mingw/Cygwin is not (see below).
56
+
- Note that while Windows is supported, Mingw/Cygwin is not (see below).
57
57
- Plugin system (plugins are written in Lua).
58
58
- micro has a built-in plugin manager to automatically install, remove, and update plugins.
59
59
- Built-in diff gutter.
@@ -83,7 +83,7 @@ A desktop entry file and man page can be found in the [assets/packaging](https:/
83
83
84
84
### Pre-built binaries
85
85
86
-
Pre-built binaries are distributed with[releases](https://github.com/zyedidia/micro/releases).
86
+
Pre-built binaries are distributed in[releases](https://github.com/zyedidia/micro/releases).
87
87
88
88
To uninstall micro, simply remove the binary, and the configuration directory at `~/.config/micro`.
89
89
@@ -132,7 +132,7 @@ On Linux, you can install micro through [snap](https://snapcraft.io/docs/core/in
132
132
snap install micro --classic
133
133
```
134
134
135
-
Micro is also available through other package managers on Linux such dnf, AUR, Nix, and package managers
135
+
Micro is also available through other package managers on Linux such as dnf, AUR, Nix, and package managers
136
136
for other operating systems. These packages are not guaranteed to be up-to-date.
137
137
138
138
<!-- * `apt install micro` (Ubuntu 20.04 `focal`, and Debian `unstable | testing | buster-backports`). At the moment, this package (2.0.1-1) is outdated and has a known bug where debug mode is enabled. -->
@@ -159,8 +159,8 @@ for other operating systems. These packages are not guaranteed to be up-to-date.
159
159
**Note for Linux desktop environments:**
160
160
161
161
For interfacing with the local system clipboard, the following tools need to be installed:
162
-
* For X11 `xclip` or `xsel`
163
-
* For [Wayland](https://wayland.freedesktop.org/)`wl-clipboard`
162
+
* For X11,`xclip` or `xsel`
163
+
* For [Wayland](https://wayland.freedesktop.org/),`wl-clipboard`
164
164
165
165
Without these tools installed, micro will use an internal clipboard for copy and paste, but it won't be accessible to external applications.
166
166
@@ -221,7 +221,7 @@ If you open micro and it doesn't seem like syntax highlighting is working, this
221
221
you are using a terminal which does not support 256 color mode. Try changing the color scheme to `simple`
222
222
by pressing <kbd>Ctrl-e</kbd> in micro and typing `set colorscheme simple`.
223
223
224
-
If you are using the default Ubuntu terminal, to enable 256 make sure your `TERM` variable is set
224
+
If you are using the default Ubuntu terminal, to enable 256 color mode make sure your `TERM` variable is set
225
225
to `xterm-256color`.
226
226
227
227
Many of the Windows terminals don't support more than 16 colors, which means
@@ -240,7 +240,7 @@ winpty micro.exe ...
240
240
241
241
Micro uses the amazing [tcell library](https://github.com/gdamore/tcell), but this
242
242
means that micro is restricted to the platforms tcell supports. As a result, micro does not support
243
-
Plan9, and Cygwin (although this may change in the future). Micro also doesn't support NaCl (which is deprecated anyway).
243
+
Plan9 or Cygwin (although this may change in the future). Micro also doesn't support NaCl (which is deprecated anyway).
0 commit comments