2

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?

1 Answers1

2

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

Feedforward
  • 4,521
  • 4
  • 22
  • 34