<C-w> copies word, seems all <C> command unexpectedly copies.
See original GitHub issueDescribe the bug When setting “Use system clipboard” selected, <C-w> command copy the word, same thing with <d-d>.
To Reproduce Steps to reproduce the behavior:
- Go to setting check “Use System Clipboard”
- Find a word and run <C-w>
- Hit
ESC
. - Hit
p
.
Expected behavior When setting “Use system clipboard” selected, <C-w> command should change the word not copy the word.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
{
"activationTimes": {
"startup": true,
"codeLoadingTime": 755,
"activateCallTime": 7,
"activateResolvedTime": 512,
"activationEvent": "*"
}
}
- Extension (VsCodeVim) version:
- VSCode version: 1.29.1
- OS:10.14.1
Additional context This issue has been out there for a while, isn’t it?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Often have to use Command-C twice for a copy to take effect ...
Often have to use Command-C twice for a copy to take effect (Word and Excel) Split from this thread. This doesn't help, I...
Read more >ESS Reference Card for S and R - Emacs Speaks Statistics
C-c C-u. Delete this command. C-c C-w. Delete last word. C-c C-r. Top of last output ... C-<REt>. Copy current line into ESS...
Read more >Screen User's Manual - GNU.org
1 Overview. Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells.
Read more >Copy and paste content from one file to another file in vi
Where <n> and <m> are numbers (or symbols) that designate a range of lines. For using the desktop clipboard, take a look at...
Read more >rsync(1) - Linux man page
This would transfer all files matching the pattern *.c from the current ... In other words, each of the following commands copies the...
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
By
<C-w>
do you meancw
? As in “change word”? By default in vim this does copy to the default register@J-Fields Thanks for pointing it out. I didn’t know that <C> does copy as well.