0

I want to binding "Show context action" in .ideavimrc but I can't find this action in actionlist.

The action names are little different in Keymap and actionlist.

In the Keymap:

enter image description here

LazyOne
  • 158,824
  • 45
  • 388
  • 391
Chacha
  • 43
  • 8
  • My best guess right now: assign an additional shortcut to that action in your Keymap, exit IDE and check IDE config files -- then one for keymap. It will have an action name there. https://www.jetbrains.com/help/rider/Tuning_the_IDE.html#config-directory **P.S.** If IDE is installed using JetBrains Toolbox App then the path to config might be different -- in such case you may need to see `idea.log` file for details (it should be mentioned at the start of the session). – LazyOne Mar 08 '21 at 12:41
  • @LazyOne Thanks you!! I found the keymaps setting file. and there have real action name. – Chacha Mar 10 '21 at 12:00

1 Answers1

1

I found the solution to get the real action name. for example, if I want to add the action "Show context actions" that called this name in keymaps. I would add another shortcut in this keymaps, and go to the keymaps folder to get setting file. In the setting file there has real action name.

Chacha
  • 43
  • 8