6

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.

Dzung Nguyen
  • 9,152
  • 14
  • 65
  • 104

1 Answers1

7

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

lennonwoo
  • 86
  • 4