Home >Development Tools >VSCode >vscode cannot paste using ctrl+c
Problem:
In VsCode, after using the VIM plug-in, ctrl c cannot be used.
Solution:
First open File -> Preference -> Settings;
Then set the vim.useCtrlKeys option to false, as shown in the figure:
Recommended related articles and tutorials: vscode tutorial
The above is the detailed content of vscode cannot paste using ctrl+c. For more information, please follow other related articles on the PHP Chinese website!