Top "Paste" questions

The paste tag is to be used for issues relating to the paste portion of copy/paste operations.

Pasting from the clipboard and automatically toggling ":set paste"

When I paste things from the clipboard, they're normally (always) multilined, and in those cases (and those cases only), I'd …

vim paste
"display:none" content copied to clipboard, visible when pasted

I'm having a problem with non-displayed HTML elements being copied to the clipboard, and then displayed when the content is …

html css outlook copy paste
Yank lines from one file in vi ( not vim ) to another?

I'm used to VIM and usually I split screen with and open another file, yank the text into the second …

copy vi paste
Paste a HTML table into Excel, how to keep the line break in cell

I have a simple html table, for example, just one cell, but when I copy the dom node, and paste …

html excel copy paste
Getting strange characters when pasting into my iterm2 terminal

I'm using iterm2 v 3.0.15 on Mac Sierra. I'm having trouble cutting and pasting from other places (e.g. text on …

copy-paste paste iterm2
ckeditor - onpaste event

Does anyone know how I can attach an onpaste event in CKEditor 3.x? I basically want to grab CTRL + V …

ckeditor paste
Keyboard shift key having issues

Whenever i press the Shift key, it causes the same effect as if i pressed the Ctrl+v shortcut. It …

keyboard key shortcut paste shift
in R, can I stop print(cat("")) from returning NULL? and why does cat("foo") return foo>

If I enter print(cat("")) I get NULL I want to use cat() to print out the progress of an …

r concatenation paste cat
Looping over pairs of values in bash

I have 10 text files and I want to paste each file with its pair, such that I have 5 total files. …

bash for-loop nested-loops paste
selecting in visual mode to paste outside vim window

I need to paste some selected block in visual mode to outside of vim. Currently I need to select this …

vim copy-paste vi paste