Questions tagged [copy-paste]
Adding an item to the clipboard to then place at a different position either in a document or location
795 questions
226
votes
7
answers
320k
views
Why does Ctrl + V not paste in Bash (Linux shell)?
When I copy something to the clipboard and press Ctrl + V in Bash, nothing happens; However, right clicking and selecting Paste does the job.
Why? Is there any reasonable issue (I'm sure there is) ...
214
votes
14
answers
1.1m
views
How do I select all text from a file with nano?
I open a file in Ubuntu nano editor from the comand line and I want to copy all the contents of the file so I can paste it in an another application outside the shell.
So far I can only copy using ...
210
votes
10
answers
47k
views
How to copy text from Console2?
I just started using Console2 as an alternative to cmd.exe
I can't figure out how to copy text from the console to the clipboard -- dragging over it with the mouse won't mark anything, and there is ...
161
votes
5
answers
124k
views
Is it possible to paste CSV formatted data into Excel 2007?
I want to copy and paste CSV formatted text into Excel 2007.
Is there a way of doing this without saving it to a temporary file first?
I'm sure in previous versions of Excel there was a way to ...
150
votes
12
answers
113k
views
Copy-on-select, paste-on-middle-click on Mac OS X?
Is there a way to give OS X the usual X-windows behavior where selecting text in any application automatically copies it to the clipboard, and the middle mouse button automatically pastes it?
+C, +V ...
140
votes
11
answers
475k
views
Copy and paste in Windows PowerShell
How do I effectively copy and paste input and output in the Windows PowerShell?
124
votes
20
answers
517k
views
Copy UNC network path (not drive letter) for paths on mapped drives from Windows Explorer
I frequently want to share Windows network paths to files with other folks on my team via email or chat. We have a lot of mapped drives here, both ones we set up ourselves and ones set up by our IT ...
112
votes
23
answers
265k
views
How to copy multi-line text from Excel without quotes?
When you create a multi-line string in an excel cell (by using Alt-Enter), if you copy that cell to a text editor, excel will automatically add double quotes (") around the full string, ie:
Cell1 | ...
107
votes
9
answers
377k
views
Can't copy and paste in Remote Desktop Connection session
Is it possible to copy and paste inside a Remote Desktop Connection session?
105
votes
10
answers
252k
views
What is the keyboard shortcut for pasting without formatting in MS Word?
In Microsoft Word 2019, if I want to paste using: Ctrl+Shift+V, that doesn't work, what is the new shortcut?
105
votes
14
answers
50k
views
How do I replace-paste yanked text in vim without yanking the deleted lines?
So I usually find myself copying text from one point to another while overwriting old text where the new is pasted:
blah1
newtext
blah2
wrong1
blah3
wrong2
blah4
Suppose I visual-mark newtext and ...
89
votes
10
answers
346k
views
How to select and copy text using only the keyboard in PuTTY?
Is there any way of selecting a text with keyboard? The way I do it normally is by using Shift+arrows.
87
votes
14
answers
136k
views
How to paste text into input fields that block it?
On many webpages they are blocking copy/paste using JavaScript.
Is there any way for making such inputs work as the should (e.g. enable copy/paste)?
I’m using Google Chrome.
86
votes
7
answers
163k
views
How can I load a file's contents into the clipboard?
I have a files where I need to copy their contents to another file or into an application and rather than open it up, select all the text then copy and paste I'd like to know if I can effectively cat ...
75
votes
8
answers
154k
views
Ubuntu Server VM: copy paste?
I've installed Ubuntu Server under Virtualbox just to get a nice little shell. I've also installed the VirtualBox "Guest Additions" and set "Shared Clipboard: Bidirectional".
I still can't seem to ...