All Projects → haya14busa → vim-poweryank

haya14busa / vim-poweryank

Licence: MIT license
Copy text over SSH

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to vim-poweryank

org-rich-yank
📋 Rich text clipboard for org-mode: Paste as a #+BEGIN_SRC block of correct mode, with link to where it came from
Stars: ✭ 59 (+15.69%)
Mutual labels:  clipboard, yank
Windows User Action Hook
A .NET library to subscribe for Windows operating system global user actions such mouse, keyboard, clipboard & print events
Stars: ✭ 224 (+339.22%)
Mutual labels:  clipboard
Use Clippy
React Hook for reading from and writing to the user's clipboard.
Stars: ✭ 139 (+172.55%)
Mutual labels:  clipboard
Piknik
Copy/paste anything over the network.
Stars: ✭ 2,221 (+4254.9%)
Mutual labels:  clipboard
Tmux Yank
Tmux plugin for copying to system clipboard. Works on OSX, Linux and Cygwin.
Stars: ✭ 1,941 (+3705.88%)
Mutual labels:  clipboard
Vue Clipboards
📋 Vue2.0 directive to copy or cut text to clipboard.
Stars: ✭ 200 (+292.16%)
Mutual labels:  clipboard
Feedback
Feedback & wiki for Snipaste https://snipaste.com
Stars: ✭ 1,863 (+3552.94%)
Mutual labels:  clipboard
Vscode Paste Image
paste image from clipboard to markdown/asciidoc directly!
Stars: ✭ 236 (+362.75%)
Mutual labels:  clipboard
Devcomrade
DevComrade - A copy/paste/run productivity improvement utility for developers
Stars: ✭ 206 (+303.92%)
Mutual labels:  clipboard
Zsh Vi Mode
💻 A better and friendly vi(vim) mode plugin for ZSH.
Stars: ✭ 181 (+254.9%)
Mutual labels:  clipboard
Clipman
A simple clipboard manager for Wayland
Stars: ✭ 182 (+256.86%)
Mutual labels:  clipboard
React Use Clipboard
React hook that provides copy to clipboard functionality.
Stars: ✭ 149 (+192.16%)
Mutual labels:  clipboard
Clipboardy
Chrome extension for copying posted code to clipboard from stackoverflow.com, github.com & npmjs.com
Stars: ✭ 202 (+296.08%)
Mutual labels:  clipboard
Xcv
✂️ Cut, Copy and Paste files with Bash
Stars: ✭ 144 (+182.35%)
Mutual labels:  clipboard
Vim Yoink
Vim plugin that maintains a yank history to cycle between when pasting
Stars: ✭ 225 (+341.18%)
Mutual labels:  clipboard
Lazyhub
lazyhub - Terminal UI Client for GitHub using gocui.
Stars: ✭ 133 (+160.78%)
Mutual labels:  clipboard
Ultratabsaver
The open source Tab Manager Extension for Safari.
Stars: ✭ 178 (+249.02%)
Mutual labels:  clipboard
Clipboard
React Native Clipboard API for both iOS and Android.
Stars: ✭ 198 (+288.24%)
Mutual labels:  clipboard
CopyPasteJS
This a small JS library to execute clipboard functions in a fast and easy way.
Stars: ✭ 20 (-60.78%)
Mutual labels:  clipboard
Cheval
📋 Copy to the clipboard using JavaScript without writing JS. A full solution for all browsers and all devices. LibreJS compliant.
Stars: ✭ 231 (+352.94%)
Mutual labels:  clipboard

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

map <Leader>y <Plug>(operator-poweryank-osc52)

and type <Leader>y{motion} to copy {motion} text.

See doc/poweryank.txt for more detail.

Author

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

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].