-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDefault.sublime-commands
70 lines (70 loc) · 1.76 KB
/
Default.sublime-commands
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[
{
"caption": "EasyOpen; :Sandbox",
"command": "sandbox"
}
,{
"caption": "EasyOpen;; PasteMethodSnippet",
"command": "paste_method_snippet"
}
,{
"caption": "EasyOpen;; Create Index File",
"command": "create_easy_open_index"
}
,{
"caption": "EasyOpen;; Jump Current Word with index",
"command": "jump_key_with_index"
}
,{
"caption": "EasyOpen;; Jump Back",
"command": "jump_back"
}
,{
"caption": "EasyOpen;; Finder: Index Search",
"command": "open_file_with_index"
}
,{
"caption": "EasyOpen; Finder: Mdfind (Mac Only)",
"command": "open_file_with_mdfind"
}
,{
"caption": "EasyOpen;; Finder: Git Grep",
"command": "open_file_with_git_grep"
}
,{
"caption": "EasyOpen; Finder: In Gems",
"command": "open_file_in_gems"
}
,{
"caption": "EasyOpen;; Git Status",
"command": "open_file_with_git_status"
}
,{
"caption": "EasyOpen; Gem With Bundle",
"command": "open_gem_with_bundle"
}
,{
"caption": "EasyOpen; GotoResent",
"command": "goto_recent"
}
,{
"caption": "EasyOpen; Git: Open Modified Files",
"command": "git_open_modified_files"
}
,{
"caption": "EasyOpen; Stackoverflow: Search from Input",
"command": "search_with_stackoverflow"
}
,{
"caption": "EasyOpen; QA@IT: Search from Input",
"command": "search_with_qa_at_it"
}
,{
"caption": "EasyOpen; Qiita: Search from Input",
"command": "search_with_qiita"
}
,{
"caption": "EasyOpen; Github: Search from Input",
"command": "search_with_github"
}
]