Closed ipstone closed 1 month ago
hello,
I tried to add this to my nvim settings:
vim.g.clipboard = { name = 'OSC 52', copy = { ['+'] = require('vim.ui.clipboard.osc52').copy('+'), ['*'] = require('vim.ui.clipboard.osc52').copy('*'), }, paste = { ['+'] = require('vim.ui.clipboard.osc52').paste('+'), ['*'] = require('vim.ui.clipboard.osc52').paste('*'), }, }
But it doesn't seem being able to copy to system's clipboard ... I am using iTerm2, tmux 3.4.
Thoughts?
thanks!
Hello,
You are using the built-in OSC52 provider which is not related to this plugin. Check the manual to configure it: :help clipboard-osc52.
:help clipboard-osc52
hello,
I tried to add this to my nvim settings:
But it doesn't seem being able to copy to system's clipboard ... I am using iTerm2, tmux 3.4.
Thoughts?
thanks!