forked from dgallinari/phpstorm-sublime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSublime.xml
216 lines (216 loc) · 7.66 KB
/
Sublime.xml
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<keymap version="1" name="Sublime" parent="$default">
<action id="$Redo">
<keyboard-shortcut first-keystroke="shift ctrl z" />
<keyboard-shortcut first-keystroke="shift alt back_space" />
<keyboard-shortcut first-keystroke="ctrl y" />
</action>
<action id="CheckinProject" />
<action id="CloseContent">
<keyboard-shortcut first-keystroke="ctrl w" />
</action>
<action id="CollapseAllRegions">
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="ctrl 1" />
</action>
<action id="CollapseRegion">
<keyboard-shortcut first-keystroke="shift ctrl open_bracket" />
</action>
<action id="CompareDirs" />
<action id="CompareJars" />
<action id="CompareTwoFiles" />
<action id="Console.Jdbc.Execute">
<keyboard-shortcut first-keystroke="f9" />
</action>
<action id="Console.Jpa.Execute" />
<action id="Console.Jpa.GenerateSql" />
<action id="Console.TableResult.NextPage" />
<action id="Console.TableResult.PreviousPage" />
<action id="Console.TableResult.Reload" />
<action id="CopyElement" />
<action id="DatabaseView.CopyAction" />
<action id="DatabaseView.CopyTable" />
<action id="DatabaseView.ShowDiff" />
<action id="DecreaseColumnWidth" />
<action id="Diff.UpdatedFiles" />
<action id="Editor Redo">
<keyboard-shortcut first-keystroke="ctrl y" />
</action>
<action id="EditorAddOrRemoveCaret">
<mouse-shortcut keystroke="control button1" />
</action>
<action id="EditorChooseLookupItemCompleteStatement" />
<action id="EditorCloneCaretAbove">
<keyboard-shortcut first-keystroke="ctrl alt up" />
</action>
<action id="EditorCloneCaretBelow">
<keyboard-shortcut first-keystroke="ctrl alt down" />
</action>
<action id="EditorCodeBlockEnd" />
<action id="EditorCodeBlockEndWithSelection" />
<action id="EditorCodeBlockStart" />
<action id="EditorCodeBlockStartWithSelection" />
<action id="EditorCompleteStatement" />
<action id="EditorDeleteLine">
<keyboard-shortcut first-keystroke="shift ctrl k" />
</action>
<action id="EditorDeleteToLineEnd">
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="ctrl k" />
</action>
<action id="EditorDeleteToLineStart">
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="ctrl back_space" />
</action>
<action id="EditorDuplicate">
<keyboard-shortcut first-keystroke="shift ctrl d" />
</action>
<action id="EditorIndentLineOrSelection">
<keyboard-shortcut first-keystroke="ctrl close_bracket" />
</action>
<action id="EditorJoinLines">
<keyboard-shortcut first-keystroke="ctrl j" />
</action>
<action id="EditorNextWordWithSelection" />
<action id="EditorPreviousWordWithSelection" />
<action id="EditorSelectWord">
<keyboard-shortcut first-keystroke="ctrl l" />
</action>
<action id="EditorSplitLine">
<keyboard-shortcut first-keystroke="shift enter" />
</action>
<action id="EditorStartNewLine">
<keyboard-shortcut first-keystroke="ctrl enter" />
</action>
<action id="EditorStartNewLineBefore">
<keyboard-shortcut first-keystroke="shift ctrl enter" />
</action>
<action id="EditorToggleCase">
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="ctrl u" />
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="ctrl l" />
</action>
<action id="EditorUnindentSelection">
<keyboard-shortcut first-keystroke="shift tab" />
<keyboard-shortcut first-keystroke="ctrl open_bracket" />
</action>
<action id="ExpandAllRegions">
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="ctrl j" />
</action>
<action id="ExpandRegion">
<keyboard-shortcut first-keystroke="shift ctrl close_bracket" />
</action>
<action id="FileChooser.GotoDesktop" />
<action id="FileChooser.TogglePathShowing" />
<action id="FileStructurePopup">
<keyboard-shortcut first-keystroke="ctrl r" />
</action>
<action id="Find">
<keyboard-shortcut first-keystroke="ctrl f" />
</action>
<action id="FindNext">
<keyboard-shortcut first-keystroke="f3" />
</action>
<action id="FindPrevious">
<keyboard-shortcut first-keystroke="shift f3" />
</action>
<action id="Git.Push" />
<action id="GotoAction">
<keyboard-shortcut first-keystroke="shift ctrl p" />
</action>
<action id="GotoDeclaration">
<mouse-shortcut keystroke="button2" />
<keyboard-shortcut first-keystroke="f12" />
<mouse-shortcut keystroke="shift control button1" />
</action>
<action id="GotoFile">
<keyboard-shortcut first-keystroke="ctrl p" />
</action>
<action id="GotoSymbol">
<keyboard-shortcut first-keystroke="shift ctrl r" />
</action>
<action id="GotoTest" />
<action id="GotoTypeDeclaration">
<keyboard-shortcut first-keystroke="shift ctrl b" />
</action>
<action id="Images.ShowThumbnails" />
<action id="ImplementMethods" />
<action id="IncreaseColumnWidth" />
<action id="IncrementWindowWidth" />
<action id="IncrementalSearch">
<keyboard-shortcut first-keystroke="ctrl i" />
</action>
<action id="InsertLiveTemplate" />
<action id="IpnbRunCellInplaceAction" />
<action id="JumpToLastWindow" />
<action id="MissingInActions.NextWordStartWithSelection">
<keyboard-shortcut first-keystroke="shift ctrl right" />
</action>
<action id="MissingInActions.PreviousWordEndWithSelection">
<keyboard-shortcut first-keystroke="shift ctrl left" />
</action>
<action id="NextOccurence" />
<action id="OpenFile">
<keyboard-shortcut first-keystroke="ctrl o" />
</action>
<action id="OverrideMethods" />
<action id="ParameterInfo" />
<action id="PhpDetectPsroRoots">
<keyboard-shortcut first-keystroke="f5" />
</action>
<action id="PreviousOccurence" />
<action id="ReopenClosedTab">
<keyboard-shortcut first-keystroke="shift ctrl t" />
</action>
<action id="Replace">
<keyboard-shortcut first-keystroke="ctrl h" />
</action>
<action id="ReplaceInPath" />
<action id="ResizeToolWindowLeft" />
<action id="ResizeToolWindowRight" />
<action id="Resume" />
<action id="SelectAllOccurrences">
<keyboard-shortcut first-keystroke="shift ctrl alt j" />
<keyboard-shortcut first-keystroke="alt f3" />
</action>
<action id="SelectNextOccurrence">
<keyboard-shortcut first-keystroke="alt j" />
<keyboard-shortcut first-keystroke="ctrl d" />
</action>
<action id="SendEOF" />
<action id="ShowBookmarks" />
<action id="StringManipulation.ToSnakeCaseOrCamelCase">
<keyboard-shortcut first-keystroke="shift ctrl minus" />
</action>
<action id="SurroundWith">
<keyboard-shortcut first-keystroke="ctrl alt j" />
</action>
<action id="SurroundWithLiveTemplate" />
<action id="SwitchApply">
<keyboard-shortcut first-keystroke="shift alt enter" />
</action>
<action id="SwitchDown">
<keyboard-shortcut first-keystroke="shift alt down" />
</action>
<action id="SwitchLeft">
<keyboard-shortcut first-keystroke="shift alt left" />
</action>
<action id="SwitchRight">
<keyboard-shortcut first-keystroke="shift alt right" />
</action>
<action id="SwitchUp">
<keyboard-shortcut first-keystroke="shift alt up" />
</action>
<action id="ToggleBookmark" />
<action id="ToggleFullScreen">
<keyboard-shortcut first-keystroke="f11" />
</action>
<action id="TogglePresentationMode">
<keyboard-shortcut first-keystroke="shift f11" />
</action>
<action id="TypeHierarchy" />
<action id="UML.ApplyCurrentLayout" />
<action id="Uml.ShowDiff" />
<action id="Vcs.UpdateProject" />
<action id="ViewSource" />
<action id="de.netnexus.CamelCasePlugin.ToggleCamelCase" />
<action id="hg4idea.push" />
<action id="osmedile.intellij.stringmanip.swap.SwapAction">
<keyboard-shortcut first-keystroke="ctrl t" />
</action>
</keymap>