Conclusion
In this chapter, you learned how to edit text files on the command line. First, we introduced the easiest way to get started (nano), and then we showed you how to start graduating to a skillset that will pay dividends for the duration of your career: vi/vim and their keybindings, which you’ll find supported in an incredibly wide variety of software.
Use the cheat sheets in this chapter to get started with command-line editing, but know that after a day or two of practice, you’ll be ready to learn additional shortcuts and commands in vim. That’s best done through a combination of vimtutor, online cheat sheets, and YouTube videos. We also really like the book Practical Vim, 2nd Edition, by Drew Neil.
Becoming comfortable with command-line text editing is one of the surest ways to look and feel like a professional when you’re working. Don’t neglect this skillset!
Learn more on Discord
To join the Discord community for this...