Reputation: 637
I'm using PHPStorm for developing my website.
It's works very great.
Recently i got an major problem on this software.
When I use this keys Ctrl+A , Ctrl+Z , Ctrl+V,...
Don't work above key combinations.
also I got this error when using keymaps...
Please give me a solution...
Upvotes: 12
Views: 18560
Reputation: 1
Uninstall IdeaVim
To remove the configuration files go to ~/.PyChrarm.****(version) and delete this folder, rm -rf ~/.PyChrarm.****(version)
Then open Pycharm and config your IDE without IdeaVim This works!!!
Upvotes: 0
Reputation: 1
If you want a regular behavior like a other code editors, so do this:
Upvotes: 0
Reputation: 982
I had this same issue in WebStorm, where the shortcut keys all of a sudden just stopped working for me. All I had to do was restart WebStorm. As soon as I started it back up the keyboard shortcuts started working again.
Upvotes: 1
Reputation: 63
Upvotes: 5
Reputation: 5263
I had this issue with phpstorm but not with other java based IDEs (Intellij worked fine).
If you have dual/multiple keyboard layouts, make sure your first keyboard layout is English. For some reason, having a non en/us layout first, taints jvm.
https://youtrack.jetbrains.com/issue/WI-11716
I am using phpstorm-8.0.3 on linux-3.19.0 with gnome-3.14.3 and java-1.8.0_45
Upvotes: 2
Reputation: 4290
Just go to C:\Users\<user>\.WebIde70\config\keymaps
and delete or rename the Vim.xml file. If you still have problems after restarting PHPStorm and have any other files in here then do the same with those.
Upvotes: 0
Reputation: 166
Just go to settings/keymap and choose default instead of Vim, no need to delete all the settings.
Upvotes: 15
Reputation: 401877
Uninstall IdeaVim plug-in in Settings
| Plugins
and restart PhpStorm.
Upvotes: 14