question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Select and paste over

See original GitHub issue

Cannot overwrite selected text with copy and paste

  • code-server version: master branch
  • OS Version: Ubuntu

Steps to Reproduce

  1. Copy (CMD+C) any text to clipboard
  2. Select text any input (editor or text fields), per example CMD+A
  3. Paste (CMD+V) clipboard

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

8reactions
avelinocommented, Mar 10, 2019

Thanks, working set 3 config

"editor.copyWithSyntaxHighlighting": false,
"editor.emptySelectionClipboard": false,
"editor.selectionClipboard": false,
3reactions
jondavidschobercommented, Mar 14, 2019

Commenting in here. Why do we need to add these 3 configs? Vanilla VSCode doesn’t have copy-on-select enabled. Why does code-server? Extremely confusing and frustrating

Read more comments on GitHub >

github_iconTop Results From Across the Web

Select, cut, copy, and paste text on iPhone - Apple Support
Select, cut, copy, and paste text on iPhone. In apps on iPhone, you can use the onscreen keyboard to select and edit text...
Read more >
Copy and paste specific cell contents - Microsoft Support
Paste menu options · Select the cells that contain the data or other attributes that you want to copy. · On the Home...
Read more >
Cut/copy and paste using visual selection - Vim Tips Wiki
Pasting over a block of text ... You can copy a block of text by pressing Ctrl-v (or Ctrl-q if you use Ctrl-v...
Read more >
How to paste over without overwriting register - vim
Does anyone know of a way to paste over a visually selected area without having the selection placed in the default register?
Read more >
15 Copy & Paste Tricks for Microsoft Excel - groovyPost
Highlight all of the cells that contain the formulas you want to copy. Select the Home menu, click on the Find & Select...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found