We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When sync_clipboard is disabled, there is no way to set the unnamed register
sync_clipboard
Example:
lua vim.fn.setreg('"', 'some text to copy')
Then trying to paste:
p will return whatever is in the tmux buffer instead of register "
p
"