Replies: 1 comment
-
Just found this is a duplicate: #375 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have been working for a while with IdeaVim mappings for Intellij. Many of them are based on actions that are specific from Intellij. When I switch to other Jetbrains IDE like Pycharm, some things will not work as expected because of the different action ids.
For example, the mapping
nnoremap <leader>sn :action NewClass<cr>
will not work in Pycharm, I would like to map it instead tonnoremap <leader>sn :action NewPythonFile<cr>
Is there a way to configure specific mappings to be applied only in a specific IDE? Is there any workaround for this?
Beta Was this translation helpful? Give feedback.
All reactions