The `.vimrc` file lets us describe which settings we want Vim to utilize upon opening. These are the same settings we can run manually in Vim, just compiled into a configuration file to be used by Vim. In this lab, we’ll create a basic `.vimrc` file to be used by the `cloud_user`.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Create the .vimrc File
Create the
.vimrc
file based on the information provided.- Confirm the .vimrc File Works
Open a file in Vim to confirm that the
.vimrc
file is read correctly.