mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 06:30:28 +09:00
readme: document clipboard support on Wayland (#1508)
This commit is contained in:
11
README.md
11
README.md
@@ -170,15 +170,12 @@ If you still insist on using the default Mac terminal, be sure to set `Use Optio
|
|||||||
|
|
||||||
### Linux clipboard support
|
### Linux clipboard support
|
||||||
|
|
||||||
On Linux, clipboard support requires the `xclip` or `xsel` commands to be installed.
|
On Linux, clipboard support requires:
|
||||||
|
|
||||||
For Ubuntu:
|
- On X11, the `xclip` or `xsel` commands (for Ubuntu: `sudo apt install xclip`)
|
||||||
|
- On Wayland, the `wl-clipboard` command
|
||||||
|
|
||||||
```sh
|
If you don't have these commands, micro will use an internal clipboard for copy and paste, but it won't work with external applications.
|
||||||
sudo apt-get install xclip
|
|
||||||
```
|
|
||||||
|
|
||||||
If you don't have `xclip` or `xsel`, micro will use an internal clipboard for copy and paste, but it won't work with external applications.
|
|
||||||
|
|
||||||
### Colors and syntax highlighting
|
### Colors and syntax highlighting
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user