All Projects → fcpg → vim-osc52

fcpg / vim-osc52

Licence: other
Copy text via OSC 52 from Vim.

Programming Languages

Vim Script
2826 projects

Vim-osc52

OSC 52 is a terminal sequence used to copy printed text into clipboard. It is useful in some environments, or when SSH'ing into some server and you need to copy back output from there into your local clipboard.

Your terminal must support OSC 52, of course (e.g. mintty does).

Tmux is supported.

Installation

Use your favorite method:

Usage

Copy to system clipboard: vmap <C-c> y:Oscyank<cr> xmap <F7> y:Oscyank<cr>

Acknowledgments

Code from Chromium, tweaked for personal use.

License

Check original code on Chromium.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].