how to use ctrl c and ctrl v using vim vscode extension code example
Example: how to use ctrl c and ctrl v using vim vscode extension
{
"vim.useSystemClipboard": true // ctrl + c to copy and p to paste
}
{
"vim.useSystemClipboard": true // ctrl + c to copy and p to paste
}