Search code examples
intellij-ideaideavim

Create new file with ideavim


In IdeaVIM how do we create new file within the current path ? I used to use :e to create a new file, but it doesn't work the same way with ideaVim.


Solution

  • you can enter :action NewFile to use build-in new file function