Gabriel Solomon
Gabriel Solomon

Reputation: 30075

netbeans jvi vimrc file location

I have started using netbeans vim plugin Jvi and i cant seem to find the vimrc file location I found an option that seem to say that it will save the vimrc in the home folder, but there isnt one there.

I am using Ubuntu. thanks

Upvotes: 5

Views: 2292

Answers (2)

Ernie Rael
Ernie Rael

Reputation: 534

jVi does not support vimscript, so it does not handle a vimrc file. As mentioned, you can configure jVi in NetBeans with
Tools > Options > jViConfig

Upvotes: 6

Andy
Andy

Reputation: 3854

For most vi-like systems the .vimrc file is optional - if it is there, the program will use it, if it isn't it'll just use the defaults.

From a brief look at the jVi sourceforge page it seems as if the settings in the GUI are equivalent to creating a .vimrc file - so you can either set the details there, or create your own .vimrc.

Upvotes: 1

Related Questions