dd, cc, x - Don't work anymore with vim.useSystemClipboard
See original GitHub issueBUG 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:
- Created 6 years ago
- Comments:12 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 acw
, then the word get copied to the system clipboard which was not intentional.@evenfrost Your solution worked for me on Ubuntu 16.04