When `sync_clipboard` is disabled, there is no way to set the unnamed register 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 `"`