remove osc52 pasting
This commit is contained in:
@@ -10,8 +10,8 @@ if vim.env.SSH_CONNECTION then
|
||||
["*"] = require("vim.ui.clipboard.osc52").copy("*"),
|
||||
},
|
||||
paste = {
|
||||
["+"] = require("vim.ui.clipboard.osc52").paste("+"),
|
||||
["*"] = require("vim.ui.clipboard.osc52").paste("*"),
|
||||
["+"] = function() return nil end,
|
||||
["*"] = function() return nil end,
|
||||
},
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user