diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2023-11-16 13:56:05 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-16 13:56:05 -0600 |
commit | 5d75d9aef2b69036328501820df770b29d57a308 (patch) | |
tree | 20362f4a21f7a5623fb68ac47dd9f07a8ec149a6 /runtime/doc | |
parent | 2f64546dc1cf0816b032af2ce7ded72ce4e581b3 (diff) | |
download | rneovim-5d75d9aef2b69036328501820df770b29d57a308.tar.gz rneovim-5d75d9aef2b69036328501820df770b29d57a308.tar.bz2 rneovim-5d75d9aef2b69036328501820df770b29d57a308.zip |
fix(osc52): enable OSC 52 by default in tmux sessions (#26072)
tmux has a set-clipboard option which, when set to 'on', allows
applications to set the system clipboard using the usual OSC 52 escape
sequence.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/provider.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/provider.txt b/runtime/doc/provider.txt index 4759b1a52e..b8182347f8 100644 --- a/runtime/doc/provider.txt +++ b/runtime/doc/provider.txt @@ -268,7 +268,6 @@ does as long as all of the following are true: • |g:clipboard| is unset • 'clipboard' is not set to "unnamed" or "unnamedplus" • $SSH_TTY is set - • $TMUX is unset If any of the above conditions are not met then the OSC 52 clipboard provider will not be used by default and Nvim will fall back to discovering a |