forked from akalongman/phpstorm-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmacros.xml
26 lines (26 loc) · 808 Bytes
/
macros.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
<application>
<component name="ActionMacroManager">
<macro name="dump macro">
<action id="SurroundWithLiveTemplate" />
<typing text-keycode="68:0">d</typing>
</macro>
<macro name="vard macro">
<action id="SurroundWithLiveTemplate" />
<typing text-keycode="86:0">v</typing>
</macro>
<macro name="->">
<typing text-keycode="45:0;46:1">-></typing>
</macro>
<macro name="=>">
<typing text-keycode="61:0;46:1">=></typing>
</macro>
<macro name="last semicolon macro">
<action id="EditorLineEnd" />
<typing text-keycode="59:0">;</typing>
</macro>
<macro name="printr macro">
<action id="SurroundWithLiveTemplate" />
<typing text-keycode="80:0">p</typing>
</macro>
</component>
</application>