doc: Update vim.md fix #625

This commit is contained in:
小弟调调 2024-04-24 14:59:25 +08:00 committed by GitHub
parent 564ef54c1b
commit 7fa1528be5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -403,9 +403,9 @@ Vim 搜索和替换
:- | -
:- | -
`/foo` | 向搜索
`/foo\c` | 向搜索 _(不区分大小写)_
`?foo` | 向搜索
`/foo` | 向搜索
`/foo\c` | 向搜索 _(不区分大小写)_
`?foo` | 向搜索
`/\v\d+` | 使用 [regex](./regex.md) 搜索
`n` | 下一个匹配的搜索模式
`N` | 上一个匹配的搜索