From e9b7832957e388c134e78d55a655c8bc3b0a80e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Wed, 12 May 2021 14:48:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=94=B9=E6=AD=A3=E9=94=99=E5=AD=97?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_posts/vim-tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/vim-tips.md b/source/_posts/vim-tips.md index b17551e..32f20db 100644 --- a/source/_posts/vim-tips.md +++ b/source/_posts/vim-tips.md @@ -281,7 +281,7 @@ Easy Motion的搜索功能使用起来并不麻烦,基本上与VIM原生的搜 | `e` | 高亮光标之后每一个单词的尾字符。 | | `ge` | 高亮光标之前每一个单词的尾字符。 | | `j` | 高亮光标之后每一行的首字符。 | -| `k` | 高亮怪表之前每一行的首字符。 | +| `k` | 高亮光表之前每一行的首字符。 | | `/` | 进行模式匹配,高亮每一个匹配的首字符。 | | `bdt` | 全文搜索单个字符,光标停在匹配字符的前一个字符上。 | | `bdw` | 全文高亮每一个单词的首字符。 |