vimrc is a configuration file that allows you to personalize the appearance and behavior of vim, such as enable syntax highlighting, display line number, use mouse, etc. We highly recommend that you use this version to ease your transition to vim.
- From your local machine, first ssh into ieng6 by typing
ssh ieng6
or
ssh yourcs30username@ieng6.ucsd.edu
- In your ieng6 home directory, run
git clone https://github.com/cse30-fa22/basic_vimrc.git
- Copy the .vimrc file from the newly cloned git repo to your home directory
cp ./basic_vimrc/.vimrc .
- Remove the basic_vimrc folder
rm -r basic_vimrc
rmdir basic_vimrc
- Continue to use vim like you did in PA1. You can also open the hello.c file from PA1 to check out what's changed