-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathSide Bar.sublime-menu
17 lines (17 loc) · 1.2 KB
/
Side Bar.sublime-menu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
{ "caption": "新建文件", "command": "new_file_at", "args": {"dirs": []} },
{ "caption": "重命名…", "command": "rename_path", "args": {"paths": []} },
{ "caption": "删除文件", "command": "delete_file", "args": {"files": []} },
{ "caption": "打开所在文件夹…", "command": "open_containing_folder", "args": {"files": []} },
{ "caption": "Reveal Link Source", "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": "Blame File…", "command": "sublime_merge_blame_file", "args": {"files": []}},
{ "caption": "-", "id": "folder_commands" },
{ "caption": "新建文件夹…", "command": "new_folder", "args": {"dirs": []} },
{ "caption": "删除文件夹", "command": "delete_folder", "args": {"dirs": []} },
{ "caption": "在文件夹中查找…", "command": "find_in_folder", "args": {"dirs": []} },
{ "caption": "-", "id": "end" }
]