How do I load a file in Vim for editing?

There are several ways to load a file for editing. The simplest is to use the “:e” (:edit) command:

    :e 

You can also use the “:n” (:next) command to load files into Vim:

    :n 

You can also use the “:args” command to load files into Vim:

    :args 

Comments (1)


Pepsh Pepshinsky

Let’s see you to :help viminfo-file-name (option -i) :set viminfofile=NONE


Speak Your Mind