aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2025-03-05 21:28:05 -0600
committerGitHub <noreply@github.com>2025-03-05 21:28:05 -0600
commit0c0352783fca7e9c56cd5ca8253834fee77c9d59 (patch)
treefc8da7fc6e0609ad9eea96e24ccfa54fcec4aea1 /runtime/doc
parent9c4f2cde7bef5decb2de98edfae7b5a2e5146cf4 (diff)
downloadrneovim-0c0352783fca7e9c56cd5ca8253834fee77c9d59.tar.gz
rneovim-0c0352783fca7e9c56cd5ca8253834fee77c9d59.tar.bz2
rneovim-0c0352783fca7e9c56cd5ca8253834fee77c9d59.zip
fix(tui): remove DCS escaping in tmux (#32723)
Per https://github.com/tmux/tmux/issues/4386, tmux does not support DCS responses, even if the initial request was escaped.
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/provider.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/provider.txt b/runtime/doc/provider.txt
index 69ae0f20d1..24ec170319 100644
--- a/runtime/doc/provider.txt
+++ b/runtime/doc/provider.txt
@@ -264,7 +264,8 @@ causes the terminal emulator to write to or read from the system clipboard.
When Nvim is running in the |TUI|, it will automatically attempt to determine if
the host terminal emulator supports OSC 52. If it does, then Nvim will use OSC
52 for copying and pasting if no other |clipboard-tool| is found and when
-'clipboard' is unset.
+'clipboard' is unset. NOTE: Using a terminal multiplexer (e.g. tmux) may
+inhibit automatic OSC 52 support detection.
*g:termfeatures*
To disable the automatic detection, set the "osc52" key of |g:termfeatures| to