Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haya14busa/vim-poweryank

Copy text over SSH
https://github.com/haya14busa/vim-poweryank

clipboard ssh vim yank

Last synced: 29 days ago
JSON representation

Copy text over SSH

Awesome Lists containing this project

README

        

# PowerYank

vim-poweryank provides powerful yank utilities.

## Copy Over SSH (OSC52)
Copy text by sending string to the terminal clipboard using the OSC 52 escape
sequence, as specified in
http://invisible-island.net/xterm/ctlseqs/ctlseqs.html section 'Operating
System Commands', Ps => 52.

It can be used to copy text over SSH.

## Usage

```vim
map y (operator-poweryank-osc52)
```

and type `y{motion}` to copy {motion} text.

See [doc/poweryank.txt](doc/poweryank.txt) for more detail.

## Author
haya14busa (https://github.com/haya14busa)