From the course: Learning Vim

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Solution: Edit .vimrc

Solution: Edit .vimrc - vi Tutorial

From the course: Learning Vim

Solution: Edit .vimrc

- [Instructor] I'm on a Mac so my vimrc is .vimrc under the home directory. So vim tilde slash dot vimrc. And now I for insert mode. We say that syntax is on. And the colorscheme is morning. Now escape from normal mode and colon wq to save the changes. Now when we open hello.py, we can see that syntax highlighting is on and that the color scheme is morning.

Contents