Skip to content

Commit

Permalink
Create Side Bar.sublime-menu.kr
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkim79 committed Jul 16, 2014
1 parent a0018d5 commit 8fc6f4d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Side Bar.sublime-menu.kr
@@ -0,0 +1,11 @@
[
{ "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": "-", "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" }
]

0 comments on commit 8fc6f4d

Please sign in to comment.