From 5c05a7bb9c6f0835e2ad3481790460831e7978a7 Mon Sep 17 00:00:00 2001 From: Zhao Chi Date: Thu, 30 Dec 2021 01:30:14 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0vim=E8=B6=85=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E7=9A=84=E8=B7=B3=E8=BD=AC=E4=B8=8E=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- editors/vim.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editors/vim.txt b/editors/vim.txt index 80a2a2d..8068011 100644 --- a/editors/vim.txt +++ b/editors/vim.txt @@ -323,6 +323,8 @@ g CTRL-G 显示所选择区域的统计信息 CTRL-O 跳转到上一个位置 CTRL-I 跳转到下一个位置 CTRL-^ 跳转到 alternate file (当前窗口的上一个文件) +CTRL-] 跳转到当前光标文字下的超链接 +CTRL-T 返回到跳转之前的位置 % 跳转到 {} () [] 的匹配 gd 跳转到局部定义(光标下的单词的定义) gD 跳转到全局定义(光标下的单词的定义) From 643e1ee24a1c70961e976bff5dcec44167fbd070 Mon Sep 17 00:00:00 2001 From: Zhao Chi Date: Thu, 30 Dec 2021 08:24:07 +0300 Subject: [PATCH 2/2] =?UTF-8?q?=E2=80=9C=E5=AF=B9=E9=BD=90=E7=A9=BA?= =?UTF-8?q?=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- editors/vim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/vim.txt b/editors/vim.txt index 8068011..d199e0e 100644 --- a/editors/vim.txt +++ b/editors/vim.txt @@ -324,7 +324,7 @@ CTRL-O 跳转到上一个位置 CTRL-I 跳转到下一个位置 CTRL-^ 跳转到 alternate file (当前窗口的上一个文件) CTRL-] 跳转到当前光标文字下的超链接 -CTRL-T 返回到跳转之前的位置 +CTRL-T 返回到跳转之前的位置 % 跳转到 {} () [] 的匹配 gd 跳转到局部定义(光标下的单词的定义) gD 跳转到全局定义(光标下的单词的定义)