Search code examples
intellij-ideakeyboard-shortcutsideavim

Go to openfile Intellij ideavim


Normally, I can select opened file in Intellij using this shortcut Alt+Shift+1+1. But I want to remapping shortcut with Ideavim. Any idea about that?


Solution

  • You can create a mapping to <Action>(SelectInProjectView). E.g.: map <leader>s <Action>(SelectInProjectView)