typo: fix typo content in the vim (#52)

This commit is contained in:
fw_qaq 2022-11-12 18:01:57 +08:00 committed by GitHub
parent 144f263ad0
commit dcbdaea754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -408,7 +408,7 @@ Vim 搜索和替换
`?foo` | 向后搜索
`/\v\d+` | 使用 [regex](./regex.md) 搜索
`n` | 下一个匹配的搜索模式
`N` | 上一场比赛
`N` | 上一个匹配的搜索
`*` | 向前搜索当前单词
`#` | 向后搜索当前单词