Tzu ng
Tzu ng

Reputation: 9244

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.

Upvotes: 7

Views: 3434

Answers (1)

lennonwoo
lennonwoo

Reputation: 116

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

Upvotes: 10

Related Questions