Added sublime config
This commit is contained in:
parent
ed7d1e8ead
commit
881684f103
110 changed files with 6156 additions and 0 deletions
8
sublime-text/Default/Find in Files.sublime-menu
Normal file
8
sublime-text/Default/Find in Files.sublime-menu
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{ "command": "clear_location", "caption": "Clear" },
|
||||
{ "command": "add_directory", "caption": "Add Folder" },
|
||||
{ "command": "add_where_snippet", "args": {"snippet": "*.${0:txt}"}, "caption": "Add Include Filter" },
|
||||
{ "command": "add_where_snippet", "args": {"snippet": "-*.${0:txt}"}, "caption": "Add Exclude Filter" },
|
||||
{ "command": "add_where_snippet", "args": {"snippet": "<open folders>"}, "caption": "Add Open Folders" },
|
||||
{ "command": "add_where_snippet", "args": {"snippet": "<open files>"}, "caption": "Add Open Files" }
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue