We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Terminal clipboard integration for Vim and Neovim with OSC 52 escape sequence. Works with tmux and screen.
Example config:
vnoremap Y y:call SendViaOSC52(getreg('"'))<CR>