Added sublime config
This commit is contained in:
parent
ed7d1e8ead
commit
881684f103
110 changed files with 6156 additions and 0 deletions
11
sublime-text/Default/Side Bar.sublime-menu
Normal file
11
sublime-text/Default/Side Bar.sublime-menu
Normal file
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
{ "caption": "New File", "command": "new_file_at", "args": {"dirs": []} },
|
||||
{ "caption": "Rename…", "command": "rename_path", "args": {"paths": []} },
|
||||
{ "caption": "Delete File", "command": "delete_file", "args": {"files": []} },
|
||||
{ "caption": "Open Containing Folder…", "command": "open_containing_folder", "args": {"files": []} },
|
||||
{ "caption": "-", "id": "folder_commands" },
|
||||
{ "caption": "New Folder…", "command": "new_folder", "args": {"dirs": []} },
|
||||
{ "caption": "Delete Folder", "command": "delete_folder", "args": {"dirs": []} },
|
||||
{ "caption": "Find in Folder…", "command": "find_in_folder", "args": {"dirs": []} },
|
||||
{ "caption": "-", "id": "end" }
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue