-
Notifications
You must be signed in to change notification settings - Fork 1
/
Side Bar.sublime-menu
19 lines (19 loc) · 1.4 KB
/
Side Bar.sublime-menu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
{ "caption": "新建文件", "command": "new_file_at", "args": {"dirs": []} },
{ "caption": "重命名…", "command": "rename_path", "args": {"paths": []} },
{ "caption": "删除文件", "command": "delete_file", "args": {"files": [], "prompt": false} },
{ "caption": "打开文件夹…", "command": "open_folder", "args": {"dirs": []} },
{ "caption": "打开所在文件夹…", "command": "open_containing_folder", "args": {"files": []} },
{ "caption": "复制路径", "command": "copy_path_sidebar", "args": {"paths": []} },
{ "caption": "显示链接源", "command": "reveal_link_source", "args": {"dirs": []} },
{ "caption": "-", "id": "repo_commands" },
{ "caption": "打开 Git 资料库…", "command": "sublime_merge_open_repo", "args": {"paths": []}},
{ "caption": "文件历史…", "command": "sublime_merge_file_history", "args": {"files": []}},
{ "caption": "文件夹历史…", "command": "sublime_merge_folder_history", "args": {"paths": []}},
{ "caption": "追溯文件…", "command": "sublime_merge_blame_file", "args": {"files": []}},
{ "caption": "-", "id": "folder_commands" },
{ "caption": "新建文件夹…", "command": "new_folder", "args": {"dirs": []} },
{ "caption": "删除文件夹", "command": "delete_folder", "args": {"dirs": [], "prompt": true} },
{ "caption": "在文件夹中查找…", "command": "find_in_folder", "args": {"dirs": []} },
{ "caption": "-", "id": "end" }
]