mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-05 07:21:00 +00:00
Update runtime
This commit is contained in:
parent
a3eacb785f
commit
aeb5563df0
3 changed files with 5 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
|
@ -16,8 +16,9 @@ Here is a list of terminal emulators and their status:
|
|||
reading, add `read-primary` and `read-clipboard` to the
|
||||
`clipboard_control` option.
|
||||
|
||||
* iTerm2: supported, but must be enabled in
|
||||
* iTerm2: only copying (writing to clipboard) is supported. Must be enabled in
|
||||
`Preferences->General-> Selection->Applications in terminal may access clipboard`.
|
||||
You can use Command-v to paste.
|
||||
|
||||
* `st`: supported.
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ Here are the available options:
|
|||
* `terminal`: accesses the clipboard via your terminal emulator. Note that
|
||||
there is limited support among terminal emulators for this feature
|
||||
(called OSC 52). Terminals that are known to work are Kitty (enable
|
||||
reading with `clipboard_control` setting), iTerm2 (enable in prefs),
|
||||
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. See `> help copypaste`
|
||||
|
|
|
|||
Loading…
Reference in a new issue