Skip to content

Commit

Permalink
add key trigger (⌘I) to invoke [http://pypi.python.org/pypi/mr.igor m…
Browse files Browse the repository at this point in the history
…r.igor]
  • Loading branch information
witsch committed Mar 26, 2010
1 parent 85a535b commit 0a8c484
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Commands/Python: fix imports with mr_igor.tmCommand
@@ -0,0 +1,23 @@
<?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>beforeRunningCommand</key>
<string>saveActiveFile</string>
<key>command</key>
<string>#!/bin/bash
igor --print $TM_FILEPATH</string>
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>@i</string>
<key>name</key>
<string>Python: fix imports with mr.igor</string>
<key>output</key>
<string>replaceDocument</string>
<key>scope</key>
<string>source.python</string>
<key>uuid</key>
<string>FFE20AE3-BDF8-4B04-A8B4-49F91FC60AAC</string>
</dict>
</plist>
1 change: 1 addition & 0 deletions info.plist
Expand Up @@ -204,6 +204,7 @@
<string>329AC7B6-8E58-4DB5-B2C5-E9D6103CF9B8</string>
<string>37F092E4-BCD4-40D0-8858-1C389AF25837</string>
<string>4E845CA5-67A0-468A-9FC7-2B9A51234B1B</string>
<string>FFE20AE3-BDF8-4B04-A8B4-49F91FC60AAC</string>
<string>808C39E1-268A-452C-9E6C-D62E0A3F83F4</string>
<string>255A8B71-0C04-415C-A377-46AC7FDAEA57</string>
<string>660770BD-0DFA-478C-817F-0F59FEDCE3C9</string>
Expand Down

0 comments on commit 0a8c484

Please sign in to comment.