This commit is contained in:
2026-03-19 15:21:36 +00:00
parent 227c1638f6
commit 4d19e7d320
5 changed files with 22 additions and 29 deletions
+1 -2
View File
@@ -89,8 +89,7 @@ vim.o.confirm = true
-- vim.o.winborder = "rounded"
-- Clipboard: prefer system clipboard, and over SSH use OSC52 so yanks can reach local clipboard
vim.opt.clipboard = "unnamedplus"
-- Clipboard: keep default y/p behavior; over SSH, route + register through OSC52
if vim.env.SSH_TTY then
vim.g.clipboard = "osc52"
end