Posts

Showing posts from January, 2021

Learning Vim for Beginners

Image
Vim, or Vi Improved , is a powerful text editor that lets you do almost everything using keyboard shortcuts. You can replace text in a document, move or delete lines, automate edit actions, and more, without ever reaching for the mouse. Vim is the favorite source code editor of programmers but there’s no reason why you cannot use this editor for writing documents or composing long emails. Vim can be confusing for people who are used to working inside visual editors like Microsoft Word or Google Docs but spend some time with Vim and it will be difficult for you to go back. Entire books have been devoted to teaching Vim but if you can manage to learn the basic commands, you’ll find yourself more efficient and productive. How to Learn Vi Here’s a list of online tutorials and other helpful resources to help you learn Vim. 1.   OpenVim - An interactive tutorial for learning the basics of Vim. Switch to the Practice page to test your existing Vim skills. 2.   Vim Adventures - An