Update runtime

This commit is contained in:
Zachary Yedidia
2020-07-04 20:06:37 -04:00
parent a3eacb785f
commit aeb5563df0
3 changed files with 5 additions and 4 deletions

View File

@@ -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.

View File

@@ -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`