-
Notifications
You must be signed in to change notification settings - Fork 1
/
Context.sublime-menu
24 lines (24 loc) · 1.28 KB
/
Context.sublime-menu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
{ "command": "open_context_url", "caption": "打开网址" },
{ "command": "goto_definition", "caption": "转到定义" },
{ "caption": "-", "id": "diff" },
{ "command": "toggle_inline_diff", "caption": "显示/隐藏差异块" },
{ "command": "revert_hunk", "caption": "还原差异块" },
{ "caption": "-", "id": "clipboard" },
{ "command": "cut", "caption": "剪切" },
{ "command": "copy", "caption": "复制" },
{ "command": "paste", "caption": "粘贴" },
{ "caption": "-", "id": "selection" },
{ "command": "select_all", "caption": "全选" },
{ "caption": "-", "id": "repo_commands" },
{ "caption": "打开 Git 资料库…", "command": "sublime_merge_open_repo" },
{ "caption": "文件历史…", "command": "sublime_merge_file_history" },
{ "caption": "追溯行历史…", "command": "sublime_merge_line_history" },
{ "caption": "追溯文件…", "command": "sublime_merge_blame_file" },
{ "caption": "-", "id": "file" },
{ "command": "open_in_browser", "caption": "在浏览器中打开" },
{ "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"}, "caption": "打开所在文件夹…" },
{ "command": "copy_path", "caption": "复制文件路径" },
{ "command": "reveal_in_side_bar", "caption": "在侧边栏中显示" },
{ "caption": "-", "id": "end" }
]