Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加vim超链接的跳转与返回 #86

Merged
merged 4 commits into from
Dec 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions editors/vim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 323,8 @@ g CTRL-G 显示所选择区域的统计信息
CTRL-O 跳转到上一个位置
CTRL-I 跳转到下一个位置
CTRL-^ 跳转到 alternate file (当前窗口的上一个文件)
CTRL-] 跳转到当前光标文字下的超链接
CTRL-T 返回到跳转之前的位置
% 跳转到 {} () [] 的匹配
gd 跳转到局部定义(光标下的单词的定义)
gD 跳转到全局定义(光标下的单词的定义)
Expand Down