How to move cursor between panels? #800
Replies: 2 comments
-
Unfortunately it is not possible. This is a limitation of the plugin as it is only an editor extension, so it doesn't understand context outside of the editor and thus moving between splits to get to the project structure wont work. You can technically still move from the editor tab to the project tree (or any other tool windows) with IdeaVim by mapping the other actions (i.e., ActivateProjectToolWindow), but you cannot jump back again to the editor with IdeaVim mappings directly because by then you are outside of editor context. |
Beta Was this translation helpful? Give feedback.
-
I understand that it's not enough to cover all the cases, but we have a NERDTree plugin, which may be helpful - https://github.com/JetBrains/ideavim/wiki/IdeaVim-Plugins#nerdtree |
Beta Was this translation helpful? Give feedback.
-
In lazyvim it works like that:
Screen.Recording.2024-01-17.at.11.07.59.mov
I try add to .ideavimrc:
but it does not move to project tree or file structure.
Is it possible to do this?
Beta Was this translation helpful? Give feedback.
All reactions