Top "Copy-paste" questions

For issues relating to cut, copy, and paste operations.

Copy and paste in vim via keyboard between different mac terminals?

Can anyone help me with this: I'm trying to figure out how to copy and paste text between 2 different instances …

macos vim terminal copy-paste iterm
Basic iPhone pasteboard usage

I'm trying to put some plain text in the iPhone Pasteboard. The following code doesn't seem to work: UIPasteboard *pboard = […

ios cocoa-touch copy-paste uipasteboard
Debugging a segmentation fault when I do ctrl c

I get a segmentation fault when I cancel my program. I am using gdb for debugging, the problem is that …

debugging gdb copy-paste
R - Autofit Excel column width

How do I autofit the column width using openxlsx? One of my columns has a date variable (eg. 21-08-2017) …

r excel copy-paste openxlsx
Clipboard Copy and Paste does not work in VMWare Player 12

i can copy and paste text and files between Virtuelle Maschine (Windows 7) and my local Windows 7. But I can't copy …

windows-7 virtual-machine clipboard copy-paste vmware-player
How to copy text in Emacs Evil-Mode without overwriting the clipboard?

This post described how to do it in Vim, where one prefixes their copy command with " + <register name> (…

vim emacs copy-paste evil-mode
Editing clipboard data when copying/pasting from a website

I have seen a few sites now where if you highlight text of an article, copy it, and then paste …

javascript web-applications clipboard dhtml copy-paste
How to propagate a signal through a collection of scripts?

I have an collection of scripts which are controlled by a main one. I want to trap the signal ctrl+…

bash signals copy-paste kill bash-trap
How to copy UIImage data to clipboard/UIPasteboard? And how do I test it?

I tried to use the following code to copy the Image data to UIPasteboard on click of the Copy item …

ios cocoa-touch copy-paste uipasteboard
How to convince a colleague that code duplication is bad?

A colleague of mine was implementing a new feature in a project we work on together and he did it …

refactoring coding-style copy-paste code-duplication