From 5c05a7bb9c6f0835e2ad3481790460831e7978a7 Mon Sep 17 00:00:00 2001 From: Zhao Chi Date: Thu, 30 Dec 2021 01:30:14 +0300 Subject: [PATCH] =?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 跳转到全局定义(光标下的单词的定义)