Vim is a powerful text editor known for its complex nature, but that doesn’t mean the way you use it always has to be complicated. When you need to read, navigate, and make simple updates to a file, Vim can be the perfect choice, too.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Update app.js in Vim
Change the instance of
todo
in the last line to readapp
.- Update server.js in Vim
Change the existing port
8080
in theserver.js
file so that it is set to80
instead. Update both instances of the port.