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.
Create new file with ideavim
2.8k views Asked by Dzung Nguyen At
1
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.
you can enter
:action NewFile
to use build-in new file function