From a1991e505485abe9425560714d45b1fe1b2a7cfe Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 15 Apr 2026 09:25:36 -0500 Subject: osc52 support for remote terminals --- lua/tjk/options.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/tjk/options.lua b/lua/tjk/options.lua index 782c2ea..ee407f6 100644 --- a/lua/tjk/options.lua +++ b/lua/tjk/options.lua @@ -46,4 +46,6 @@ if os.getenv "TERM" == "linux" then vim.cmd.colorscheme "vim" vim.o.termguicolors = false vim.o.list = false +else + vim.g.clipboard = "osc52" -- force osc52 support for copying to clipboard in remote terminals. # TODO this should be auto-detected end -- cgit v1.2.3