mirror of
https://github.com/kennethreitz-archive/kcode.tmbundle.git
synced 2026-06-05 15:40:17 +00:00
62 lines
1.5 KiB
XML
62 lines
1.5 KiB
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"/remove_tag.py</string>
|
|
<key>input</key>
|
|
<string>document</string>
|
|
<key>keyEquivalent</key>
|
|
<string>@K</string>
|
|
<key>name</key>
|
|
<string>start</string>
|
|
<key>output</key>
|
|
<string>showAsTooltip</string>
|
|
<key>uuid</key>
|
|
<string>zen-remove-tag-1</string>
|
|
</dict>
|
|
<key>command</key>
|
|
<string>executeCommandWithOptions:</string>
|
|
</dict>
|
|
<dict>
|
|
<key>command</key>
|
|
<string>findNext:</string>
|
|
</dict>
|
|
<dict>
|
|
<key>argument</key>
|
|
<dict>
|
|
<key>beforeRunningCommand</key>
|
|
<string>nop</string>
|
|
<key>command</key>
|
|
<string>python "$TM_BUNDLE_SUPPORT"/applescript.py</string>
|
|
<key>input</key>
|
|
<string>document</string>
|
|
<key>keyEquivalent</key>
|
|
<string>@K</string>
|
|
<key>name</key>
|
|
<string>start</string>
|
|
<key>output</key>
|
|
<string>showAsTooltip</string>
|
|
<key>uuid</key>
|
|
<string>zen-remove-tag-2</string>
|
|
</dict>
|
|
<key>command</key>
|
|
<string>executeCommandWithOptions:</string>
|
|
</dict>
|
|
</array>
|
|
<key>keyEquivalent</key>
|
|
<string>$@</string>
|
|
<key>name</key>
|
|
<string>Remove Tag</string>
|
|
<key>uuid</key>
|
|
<string>zen-remove-tag-3</string>
|
|
</dict>
|
|
</plist>
|