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.

dd, cc, x - Don't work anymore with vim.useSystemClipboard

See original GitHub issue

BUG REPORT

What happened:

Nothing

What did you expect to happen: Deletion

How to reproduce it (as minimally and precisely as possible):

{
  "vim.useSystemClipboard": true
}

Environment:

  • Extension (VsCodeVim) version: 0.11.0
  • VSCode version: 1.20.1
  • OS version: Win10

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
yifanchencommented, Nov 27, 2018

I have an issue has been bugging me for a while. I hope I can get an explain here. When I have “Use System Clipboard” checked. change command will copy, e.g. If I do a cw, then the word get copied to the system clipboard which was not intentional.

1reaction
BrianBrennercommented, Mar 6, 2018

@evenfrost Your solution worked for me on Ubuntu 16.04

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to make vim paste from (and copy to) system's clipboard?
To use following commands, make sure you have done sudo apt-get install vim-gnome which will add that functionality to inbuilt vim of using...
Read more >
Working with the system clipboard in Vim
If you use Vim as your primary editor, the most convenient way to copy around is to yank text directly to the system...
Read more >
How can I copy text to the system clipboard from Vim?
To copy text from Vim to the system clipboard, you can select the text using visual mode, then press " * y to...
Read more >
Unable to copy from vim to system clipboard - Ask Ubuntu
Viceversa works, copying from outside vim and pasting with p is ok. I have installed clipboard support, vim version is 7.3.429: $ vim...
Read more >
Vim registers: The basics and beyond - Brian Storti
Vim's register are that kind of thing you don't think you need until you ... to use vim for years without knowing how...
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