restructure

This commit is contained in:
JMARyA 2024-01-17 09:00:45 +01:00
parent ef7661245b
commit 598a10bc28
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
182 changed files with 342 additions and 336 deletions

View file

@ -7,7 +7,7 @@ website: https://micro-editor.github.io/
# micro
**micro** is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the capabilities of modern terminals. It comes as a single, batteries-included, static binary with no dependencies; you can download and use it right now!
As its name indicates, micro aims to be somewhat of a successor to the nano editor by being easy to install and use. It strives to be enjoyable as a full-time editor for people who prefer to work in a terminal, or those who regularly edit files over [SSH](../SSH.md).
As its name indicates, micro aims to be somewhat of a successor to the nano editor by being easy to install and use. It strives to be enjoyable as a full-time editor for people who prefer to work in a terminal, or those who regularly edit files over [SSH](../network/SSH.md).
![Screenshot][Screenshot]
@ -392,7 +392,7 @@ Here are the available options:
reading with `clipboard_control` setting), iTerm2 (only copying),
st, rxvt-unicode and xterm if enabled (see `> help copypaste` for
details). Note that Gnome-terminal does not support this feature. With
this setting, copy-paste **will** work over [ssh](../SSH.md). See `> help copypaste`
this setting, copy-paste **will** work over [ssh](../network/SSH.md). See `> help copypaste`
for details.
* `internal`: micro will use an internal clipboard.
@ -548,7 +548,7 @@ Here are the available options:
* `mouse`: mouse support. When mouse support is disabled,
usually the terminal will be able to access mouse events which can be useful
if you want to copy from the terminal instead of from micro (if over [ssh](../SSH.md) for
if you want to copy from the terminal instead of from micro (if over [ssh](../network/SSH.md) for
example, because the terminal has access to the local clipboard and micro
does not).
@ -700,7 +700,7 @@ Here are the available options:
default value: `true`
* `sucmd`: specifies the super user command. On most systems this is "sudo" but
on BSD it can be "[doas](doas.md)." This option can be customized and is only used when
on BSD it can be "[doas](system/doas.md)." This option can be customized and is only used when
saving with su.
default value: `sudo`