How do I configure Vim to autoload several files at once similar to

“work-sets” or “projects”? You can use the “:mksession” and the “:mkview” commands to autoload several files in Vim. The “:mksession” command creates a Vim script that restores the current editing session. You can use the “:source” command to source the file produced by the mksession command. The “:mkview” command creates a Vim script that restores the contents of the current window. You can use the “:loadview” command to load the view for the current file. v:this_session :mkview :loadview ‘viewdir’ buffers

Comments (1)


Pepsh Pepshinsky

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


Speak Your Mind