When double mouse click enables Ins - rider

Just installed JetBrains Rider. When i opened IDE I've realased that when i double click mouse INS enables (this INS on keyboard). This leds to crazy things inside IDE. I click INS on keybboard to disable this behaviour but next time when I double mouse click in Rider enables it again.

It was due to VIM extension if someone face that

Related

Any JetBrains IDE: How can I map Ctrl + Mouse Wheel to Page Up / Down actions?

Or more generic, how do I map mouse shortcuts (as opposed to keyboard shortcuts)?
(used to this behavior from Eclipse)
I do not see any issues here, at all (at very least for the Ctrl + Mouse Wheel shortcuts).
Screenshots are from PhpStorm 2020.3.2 on Windows 10 x64.
Settings/Preferences | Keymap
Find the desired action (use the search box to filter available actions)
Right click and choose the right option (Add Mouse Shortcut):
Use the desired "mouse shortcut" there (press and hold Ctrl and do Mouse Wheel Up):
Apply and start using it:

Intellij Idea: what is shortcut for main window

Imaging the situation when you writing some code and then you wish to continue your work in the terminal. Alt + F12 and you are in the terminal. After 1 sec you wish to continue to work under your code. So you need some shortcut that allows you return back to the code window (I would like to avoid using the mouse). What should I press for this case?
Terminal has an option to override IDE shortcuts which is enabled by default, this is done so that you can use common shortcuts in the terminal applications.
If you disable this option, you can use Esc to get the focus back to the editor, otherwise it will be intercepted and can be used in the apps running in the terminal tool window.
Shift+Esc will hide the Terminal tool window and move the focus back to the editor no matter if the option mentioned above is enabled or not.
For all the other cases Esc will work fine as mentioned in my other answer.

Keyboard only usage of new Find/Replace Dialog in Intellij

Intellij 2016 and earlier it has been possible to perform all navigations from the Find/Replace dialogs using just the keyboard.
Intellij 2017.X has restructured the Find/Replace dialog. While most operations are still achievable via the keyboard it is not clear how to invoke the "Open in Find Window" . There is no apparent accelerator available.
Here is the entire Find in Path dialog for context:
I use Find/Replace dozens of times a day and so having it be keyboard only is of some importance: hoping someone may have discovered a workaround.
Well there is a shortcut, its even displayed in your screenshot
It's CTRL+ENTER on Linux and CMD + ENTER on Mac OS
Here it is on your screenshot

Keyboard Shortcut to go full screen in Webstorm/IntelliJ Terminal tool window from terminal?

I googled but have not found any solving documentation/thread regarding this:
Is there a way to set keyboard shortcut to go full screen in Webstorm Terminal tool window from Terminal window?
I know shortcut shift+Command+' but that doesn't work for me inside terminal. I know by double clicking it you can toggle it to full screen but wondering that is it possible to set keyboard shortcut to do it as I do this operation often.
Try the "Maximize tool window" command in the menu - Window->Active Tool Window->Maximize tool window
Or from terminal tool menu - Resize-> Maximize tool window
Warning! The following shortcut only works if "Override IDE shortcuts" option is disabled
To map a shortcut to this, open the Preferences dialog and type "Maximize tool window" to search the settings. It should find a match in the keymap section, and you can then use it to assign a shortcut.
It will warn you if you already have something assigned to your choice.
Warning! The following option will cause some problems in Terminal, for example, editing in vim (Esc key) etc.
Also, you can to checkout the "Override IDE shortcuts" setting in the Terminal section of the Preferences. This is enabled by default - I turn it off and find it resolves a lot of niggles I have with using the terminal. The shortcut above only works if it's disabled.
In Mac cmd+shift+fn+12 will do the trick
I mostly like zen mode - cmd(ctrl)+K,Z
enter image description here
Double press 'escape' from anywhere will bring you back to editor tab.

Disable click and drag cut and paste in IntelliJ Idea IDE

In my IntelliJ Idea 13.1.2 IDE I keep running into situations where I'm selecting on a click and drag via my laptop touch pad. I keep accidentally clicking and dragging text and cutting lines. I've searched the options and settings panels for the words click and drag but I don't see a way to turn this feature off. IntelliJ's help talks about how to use click and drag cutting but doesn't say how to disable it.
Does anyone know how to disable cut and paste through click and drag in the IntelliJ IDE?
I found it in Settings → Editor → General.
Under the Mouse heading. The option is called "Enable Drag'n'Drop functionality in editor".
This also seems to disable drag and drop moving of files though.
In WebStorm 2020.1 (and presumably in other Jetbrains IDEs), the related option 'Move code fragments with drag-and-drop' is in Preferences > Editor > General:
Unchecking the checkbox does the trick without unwanted side effects such as also disabling the drag-and-drop operations for files etc.
There is no way to disable Drag-n-drop highlighted text in the editor itself!!! ALT guard for drag-n-drop files is a good idea as I accidentally drag and drop files on daily basis. Kudos for discovering that I just enabled it.
I have contacted Intellij support to give us a setting that we can disable in editor drag and drop. I think that is a stupid feature in the first place...