How to switch to normal edit mode in JetBrains IDE? - intellij-idea

At the beginning of using IDE, selected vim edit mode. How to switch back to normal mode?

You could disable the Vim emulator, you'll see this under the Tools menu or you can find it in the Actions popup:
Or you could disable the IdeaVim plugin by unticking the box in Preferences > Plugins > IdeaVIM:

Related

Is there a way to enable/disable Intellij IdeaVim plugin using keyboard shortcut?

I am using IdeaVim in Intellij as I can't really get over modular editing. But there are times when I just want it completely disabled (like when a coworker shows me something on my computer).
I know it can be disabled through the plugin manager by unchecking the enabled box, but this does not really cut it for me in many cases as it is too slow and disruptive for quick.
What would be nice to have is to make some keyboard shortcut to disable and enable the plugin so that I can easily switch between the modes. Is there a way to do this so that I don't have to restart Intellij for the changes to apply?
(Keeping vim in insert mode would not work in my case as it jumps to command mode at times for no reason)
Vim emulation can be disabled via Tools | Vim Emulator. There is already assigned shortcut, but it conflicts with some of IDE shortcuts and will be removed in the next release. You can assign your own shortcut using regular IDE mapping.

IntelliJ or WebStorm keymaps don't work in Debian 9

I installed WebStorm and IntelliJ plugin for it.
I can't use any shortcuts in WebStorm such as Ctrl+Alt+S for settings.
I double-check that VIM-Emulator is enabled in Tools → VIM-Emulator and looked in Editor → Vim-Emulation tab, and change shortcuts what i need to VIM. Nothing happens even after restarting WebStorm and nothing after change handler to IDE also.
Reinstalling IntelliJ plugin give zero effect.
Please help. I need my shortcuts from Windows such as Ctrl+C
Please make sure that
Ctrl+C and Ctrl+V in your current keymap selected in Settings | Keymap mean Copy and Paste
You don't have any key mappings in your ~/.vimrc
Handlers for conflicted Ctrl+C and Ctrl+V are set to IDE in Settings | Editor | Vim Emulation

How to reset to Inellij keybindings?

I recently changed my Keymappings. I went to top menu Intellij IDEA > Preferences > Keymap > Keymaps and selected "visual studio".
I want to revert back to the keybindings I had, which I configured during installation of intellij. I think they called it "IDEA keybindings". I do not see this as an option. I tried every Keymap in the dropdown and none of them match the installation keymap.
How do I get back to the IDEA keybindings?
Depending on the OS, the default keymap is called Default for Windows and Linux and Mac OS X 10.5+ for Mac.
It corresponds to the official PDF keymap reference.

Make IntelliJ key mappings take precedence over IdeaVim

Ctrl-E in IntelliJ opens Recent Files Dialog.
Ctrl-E in IdeaVim (and in vim) scrolls window downwards.
How to make Ctl-E to open Recent Files Dialog when IdeaVim plugin is active?
You can open IntelliJ Setting and select Vim Emulation.
In there, you can choose conflict shortcuts used by IDE or Vim.

Is there a keyboard shortcut in IntelliJ IDEA to synchronize all Gradle projects?

Since I need to refresh Gradle quite often I wish to use a shortcut for this. Under
Settings > Keymaps
I just find the Gradle Tool Windows.
I use IntellJ IDEA 13.1.
There's an action in the IDE to "Refresh all external projects" which should kick off a refresh for the Gradle project.
You can allocate this action with your own keybinding. Open Settings -> Keymap and type "refresh" in the search field. Now you should see some refresh actions and the "ExternalSystem.RefreshAllProjects" as well.
In the keymap setting, there's Sync Project with Gradle Files. Assign your own keymap for it.
Bringing you smoothly programming by directly using the hotkey to sync.