Vim provides a number of window management options, so you can view multiple files in split panes, across tabs, or organized in a combination of the two. In this lab, you’ll take an existing Node.js project and generate a Vim session for it, so that all files open in the desired manner when the session is restored.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Set Up the Vim Window
Open Vim and set up the required files so the screen is as described in the instructions.
- Create a Session
From inside Vim, create a new Vim session.
- Confirm the Session
Exit Vim and check that the session has been created by looking for the generated file, and then reopen the session.