Skip to content

Vim Basics

Moving around

Word movement

Moving to the start or end of a line

Moving to a character

Search and Substitute

# 将 \ 替换成 /
:%s/\\/\/

Text objects

Delete, Copy and Paste

Visual Block

Save and Quit

Configuration