Where is the "default" .ideavimrc configuration file? #992
-
Hello, I'd like to know where I can find the default key mapping when the plugin is installed. I tried to find it in the docs and also in other forums on Google, but I couldn't find it. Does anybody know? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
It's a vim motion emulation, so basically every default is included in vim documentation. |
Beta Was this translation helpful? Give feedback.
-
I think that you're looking for this file: https://github.com/JetBrains/ideavim/blob/master/vim-engine/src/main/resources/ksp-generated/engine_commands.json For example |
Beta Was this translation helpful? Give feedback.
I think that you're looking for this file: https://github.com/JetBrains/ideavim/blob/master/vim-engine/src/main/resources/ksp-generated/engine_commands.json
For example
gd
executescom.maddyhome.idea.vim.action.motion.search.GotoDeclarationAction
as defined here: https://github.com/JetBrains/ideavim/blob/master/vim-engine/src/main/resources/ksp-generated/engine_commands.json#L1607-L1611