ideavim intelliJ idea Ctrl+d does not work in run prompt - intellij-idea

Ctrl+d does not work in run prompt, however Ctrl+u does work
All other ^E ^Y does work. In vim emulation, ^D is set to vim and not IDE. I am on arch BTW.

Related

I can't open ride.py correctly, which is started with Pycharm

I get all set tools of selenium, such as wxPython, python, also set the 'Path', but when I try to open ride.py to launch selenium, I find this .py started with Pycharm, then only thing I see is the IDE. Do I need to uninstall Pycharm to resolve the problem?
Version -- Pycharm4.5.3, python2.7
I guess you are double clicking the file which opens it in IDE? If yes the open a terminal and use python ride.py to run it

Intellij terminal is messed up

Yesterday, I started having some problems with my intellij terminal. I think it was after I installed ConEmu my terminal looked strange.
This is what my terminal looks like in intellij now:
←[m←[32m←]9;8;"USERNAME"←\#←]9;8;"COMPUTERNAME"←\ ←[92mC:\Dev\Project\
Has anyone had a similar issue, if so, how did you fix it?
Thank you!
I didn't really fix the issue, but I replaced the normal terminal (cmd) in intellij with cmder.
The terminal setting (CTRL + ALT + S) -> terminal
cmd.exe /k ""%CMDER_ROOT%\vendor\init.bat""

How to fix ctrl space shortcut for my IDE using Linux Mint?

On a Linux Mint machine using Cinnamon, the ctrl + space does not work. It appears to do exactly nothing, even though the keymapping is properly configured in PhpStorm.
This problem does not only apply to PhpStorm, but also Eclipse or Netbeans, so I assume this is related to Linux Mint.
I have found the solution, which is:
disabling the shortcut for "IBus", which was set to ctrl-space after upgrading from 14 to 17.
If you search your applications for "ibus" ... you should see "Keyboard Input Methods" pop.
Click on that app, and the very first option you can set is the
keyboard shortcut for "Next input method". Click this, then "delete"
in the popup that shows. Immediate fix for me with PHPStorm not
registering any ctrl-space command.

Terminal broken in Intellij 13 when run idea64.exe

I'm using Intellij 13.1.3 on a 64bit machine. When I run idea.exe the cygwin terminal within Intellij works fine but if I run idea64.exe, terminal opens up but no prompt. Ideas please?
(Posted on behalf of the OP):
I solved the problem by starting idea.bat instead of starting idea64.exe directly.

Typing 'Ctrl' in webstorm 'Enter Keyboard Shortcut' does not work

I'm trying to configure some keymaps in Webstorm, but when I hit Ctrl or Shift in the 'Enter Keyboard Shortcut' dialog it does not have any effect. I'm using Ubuntu and Webstorm 10.
Do you have any idea what the problem is?