Verify Certificate
Verify Certificate

Ross Brunson’s course on workign with Vim covers the basics of using Vim as a Linux systems adminstrator. Vim (or Vi) is the most commonly shipped terminal editor across different linux distributions. Learning to use Vim gives you the ability to work in any Linux environment without making modifications to the default packages and configs.

Brunson’s course covers the basics of Vim’s modal-editing paradigm and the underlying structure of how Vim works with files and buffers. It also covers calling out to external shell commands from Vim, which can be quite useful when writing/modifying config files based on the contents of other files.

Check out my other studies in Linux and related side-projects here .