Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haya14busa/vim-poweryank
- Owner: haya14busa
- License: mit
- Created: 2017-08-13T14:21:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T14:21:35.000Z (over 7 years ago)
- Last Synced: 2024-10-10T12:18:51.584Z (about 1 month ago)
- Topics: clipboard, ssh, vim, yank
- Language: Vim script
- Homepage:
- Size: 9.77 KB
- Stars: 55
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)