This repository has been archived by the owner on Oct 23, 2018. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDefault (OSX).sublime-keymap
87 lines (87 loc) · 2.04 KB
/
Default (OSX).sublime-keymap
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[
{
"keys": ["super+shift+k","super+shift+m"],
"command": "javatar_utils",
"args": {
"util_type": "parse",
"text": "#"
}
}, {
"keys": ["super+shift+k","super+shift+k"],
"command": "javatar",
"args": {
"action": {
"name": "main"
}
}
}, {
"keys": ["super+shift+k","super+shift+h"],
"command": "javatar",
"args": {
"action": {
"name": "help"
}
}
}, {
"keys": ["super+shift+k","super+shift+b"],
"command": "javatar",
"args": {
"action": {
"name": "builds"
}
}
}, {
"keys": ["super+shift+k","super+shift+j"],
"command": "javatar",
"args": {
"action": {
"name": "calls"
}
}
}, {
"keys": ["super+shift+k","super+shift+o"],
"command": "javatar",
"args": {
"action": {
"name": "operations"
}
}
}, {
"keys": ["super+shift+k","super+shift+n"],
"command": "javatar",
"args": {
"action": {
"name": "creates"
}
}
}, {
"keys": ["super+shift+k","super+shift+,"],
"command": "javatar",
"args": {
"action": {
"name": "project_settings"
}
}
}, {
"keys": ["super+shift+k","super+shift+."],
"command": "javatar",
"args": {
"action": {
"name": "global_settings"
}
}
}, {
"keys": ["super+shift+k","super+shift+p"],
"command": "javatar_create_package"
}, {
"keys": ["super+shift+k","super+shift+i"],
"command": "javatar_organize_imports"
}, {
"keys": ["."],
"command": "auto_complete",
"context":
[
{"key": "javatar.auto_complete.trigger"}
]
}
]