All Projects â†’ roxma â†’ Vim Paste Easy

roxma / Vim Paste Easy

Automatically set paste for you

Projects that are alternatives of or similar to Vim Paste Easy

Feedback
Feedback & wiki for Snipaste https://snipaste.com
Stars: ✭ 1,863 (+2041.38%)
Mutual labels:  paste, clipboard
Nopaste
📋 Client-side paste service
Stars: ✭ 79 (-9.2%)
Mutual labels:  paste, clipboard
Clipboard Polyfill
📋 Simple copying on the web, with maximum browser compatibility.
Stars: ✭ 748 (+759.77%)
Mutual labels:  paste, clipboard
Xcv
✂ïļ Cut, Copy and Paste files with Bash
Stars: ✭ 144 (+65.52%)
Mutual labels:  paste, clipboard
Piknik
Copy/paste anything over the network.
Stars: ✭ 2,221 (+2452.87%)
Mutual labels:  paste, clipboard
MagicWE2
[MagicWE2] Lag free asynchronous world editor for PMMP with plenty of options
Stars: ✭ 109 (+25.29%)
Mutual labels:  clipboard, paste
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 (-32.18%)
Mutual labels:  clipboard, paste
Pasteex
📋 Paste As File 把削čīīæŋįš„内åŪđį›īæŽĨįē˜čīīäļšæ–‡äŧķ
Stars: ✭ 634 (+628.74%)
Mutual labels:  paste, clipboard
Crossclip
Sync clipboard across macOS/Linux/Windows on LAN
Stars: ✭ 22 (-74.71%)
Mutual labels:  clipboard
Enhanced Github
🚀 Browser extension to display size of each file, download link and copy file contents directly to the clipboard
Stars: ✭ 1,146 (+1217.24%)
Mutual labels:  clipboard
Zeroclipboard
The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface.
Stars: ✭ 6,650 (+7543.68%)
Mutual labels:  clipboard
Clipboard.js
✂ïļ Modern copy to clipboard. No Flash. Just 3kb gzipped 📋
Stars: ✭ 31,525 (+36135.63%)
Mutual labels:  clipboard
Imgursniper
📷 A quick and easy Image, Screenshot and Screen recording sharing tool
Stars: ✭ 69 (-20.69%)
Mutual labels:  clipboard
Unicopy
Unicode command-line codepoint dumper
Stars: ✭ 16 (-81.61%)
Mutual labels:  clipboard
Spacehook
minecraft premium undeteck cheat!
Stars: ✭ 80 (-8.05%)
Mutual labels:  paste
Nekobin
Elegant and open-source pastebin service
Stars: ✭ 61 (-29.89%)
Mutual labels:  paste
Clipboard
clipboard for golang
Stars: ✭ 720 (+727.59%)
Mutual labels:  clipboard
Diodon
Aiming to be the best integrated clipboard manager for the Gnome/Unity desktop
Stars: ✭ 60 (-31.03%)
Mutual labels:  clipboard
Ayyhook Loader
A Free Open Source Cheat Loader
Stars: ✭ 52 (-40.23%)
Mutual labels:  paste
Clipboard Rails
clipboard.js javascript library integration for your Rails 4 and Rails 5 applications
Stars: ✭ 72 (-17.24%)
Mutual labels:  clipboard

vim-paste-easy

Automatically set paste for you.

This is a tiny plugin that simply monitors your typing speed and set paste automatically. When then typing interval between two typed characters is less than 0.01s, it will set paste for you. Because there's no human being could type that fast! After you have finished pasting and leave insert mode, or if the file stays unchanged for about 0.1s, vim-paste-easy will set nopaste for you.

Motivation

I'm using terminal (n)vim with xshell. Many times I need to paste a block of code from other documents or web pages, I have to :set paste before <Shift><Insert>, otherwise the indentation will be messed up. I want this to work automatically, and it seems there's no way to detect <Shift><Insert> key in this case. Finally I decided to use the typing interval.

Requirements

  • For vim users, InsertCharPre is not available until Vim 7.3.598

commands

  • :PasteEasyDisable disable paste-easy temporary
  • :PasteEasyEnable enable paste-easy. This plugin is enabled by default, This command is only needed after you PasteEasyDisable.

If you don't want vim-paste-easy enabled by default, add let g:paste_easy_enable=0 into your vimrc.

By default, paste-easy echo "paste-easy end" when it set nopaste. Auto modifying paste mode may produce undesired behavior, in such case, this message is useful for finding which plugin is controling this behavior. Add let g:paste_easy_message=0 into your vimrc if you don't want it.

Known issues

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