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.
Asked
Active
Viewed 2,217 times
6

Dzung Nguyen
- 9,152
- 14
- 65
- 104
1 Answers
7
you can enter :action NewFile
to use build-in new file function

lennonwoo
- 86
- 4
-
Can you explain a bit more? – Dieter Meemken Jan 31 '17 at 08:12
-
1The IdeaVim can use lots of built-in function by entering `:action func_name` use `:actionlist` to find func_name you could use – lennonwoo Jan 31 '17 at 08:17