mirror of
https://github.com/kennethreitz-archive/kcode.tmbundle.git
synced 2026-06-05 23:50:18 +00:00
41 lines
1000 B
XML
41 lines
1000 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>commands</key>
|
|
<array>
|
|
<dict>
|
|
<key>argument</key>
|
|
<dict>
|
|
<key>beforeRunningCommand</key>
|
|
<string>nop</string>
|
|
<key>command</key>
|
|
<string>python "$TM_BUNDLE_SUPPORT"/balance_tag.py</string>
|
|
<key>input</key>
|
|
<string>document</string>
|
|
<key>keyEquivalent</key>
|
|
<string>@d</string>
|
|
<key>name</key>
|
|
<string>start</string>
|
|
<key>output</key>
|
|
<string>showAsTooltip</string>
|
|
<key>uuid</key>
|
|
<string>zen-balance-outward-1</string>
|
|
</dict>
|
|
<key>command</key>
|
|
<string>executeCommandWithOptions:</string>
|
|
</dict>
|
|
<dict>
|
|
<key>command</key>
|
|
<string>findNext:</string>
|
|
</dict>
|
|
</array>
|
|
<key>keyEquivalent</key>
|
|
<string>@d</string>
|
|
<key>name</key>
|
|
<string>Select Tag</string>
|
|
<key>uuid</key>
|
|
<string>zen-balance-outward-2</string>
|
|
</dict>
|
|
</plist>
|