We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OSC 52
1 parent b5e06fc commit 52b9054Copy full SHA for 52b9054
lua/core/init.lua
@@ -50,7 +50,7 @@ local clipboard_config = function()
50
},
51
cache_enabled = 0,
52
}
53
- elseif global.is_linux then
+ elseif os.getenv("SSH_TTY") then
54
vim.g.clipboard = {
55
name = "OSC 52",
56
copy = {
0 commit comments