In Visual Studio Code Ctrl+V
is not working on editor.
However from the command palette Ctrl+Shift+V
is working.
VS Code provides two powerful commands to navigate in and across files with easy-to-use key bindings. Hold Ctrl and press Tab to view a list of all files open in an editor group. To open one of these files, use Tab again to pick the file you want to navigate to, then release Ctrl to open it.
It turns out the shortcut for copy was removed. To fix i just went to Options -> Environment -> Keyboard and re added ctrl + c as a short cut for Edit. Copy.
There is a shortcut of Ctrl +( Supr or Ins ) that also work to copy and paste.
Open the keyboard shortcuts preferences by pressing CTRL + SHIFT + P and search for open keyboard shortcuts file.
Then, search for the editor.action.clipboardPasteAction property. In your case, it might be CTRL+SHIFT+V. Try changing it to Ctrl + V. Like so:
I´ve had this problem when I enabled the "VIM" plugin for VSCode.
After uninstalling it, the problem was fixed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With