Vim Hands-On Tutorial (Learning Vi and Vims)

GitHub Repo stars
GitHub
GitHub contributors
GitHub commit activity (branch)

🇺🇸 English | 🇨🇳 简体中文

Intro

In my personal experience of learning Vim, it is very difficult to learn Vim by reading documentation or watching other people operate it. You have to be in the real world, in real scenarios, to familiarize yourself with the commands and master them.

Therefore, to meet the needs of learning and operating at the same time, all the files in the project are in Markdown format, which can be read as an explanation document, and can also be opened in Vim. You can read it as an explanatory document, and you can also use Vim to open the files for actual operation (the latter is recommended).

How to Use

  1. clone project to local

  1. go to the project folder

  1. open the file chapter01.md in Vim

Formatting Rules

[!NOTE]

If you already have your own .vimrc file (refer to Chapter 4) and have changed some of the defaults in it, it may cause some operations to not match the tutorial. In this case, you can run Vim with the following command:

Index

Basic operations

Additional content

[!NOTE]

  • In the tutorials, you can navigate to the next chapter or related chapters, and locate the file name to open it by executing gf (goto file). Related files

  • You can always open the relevant chapter to view, and then use :bp to go back to the previous file (this command will (This command is covered in Chapter 2).

  • You may get a file not saved error when you exit the tutorial with :q or :qa, try adding ! to the end of the command!

Recommend a few Vim configurations

Recommends a couple of other excellent Vim tutorials

Cheatsheets

Vim Cheat Sheet

A Great Vim Cheat Sheet

003

004

005

Star History

Star History Chart

Thanks again for your interest! If you love, please share. Love life, love VIM!

Last updated

Was this helpful?