Commit e6501c5e312c9b1272c4420c5a66887c2b2afe99
- Date: Thu Apr 24 19:27:32 +0000 2008
- Committer: Tim Harper (timcharper@gmail.com)
- Author: Tim Harper (timcharper@gmail.com)
- Commit SHA1: e6501c5e312c9b1272c4420c5a66887c2b2afe99
- Tree SHA1: 7e5ce7116d2b9e5ad0416b9ebc6a0a6a80b79dfa
assigned shortcut ctrl-cmd-p to open project terminal
Commit diff
| |   |
| 15 | 15 | </string> |
| 16 | 16 | <key>input</key> |
| 17 | 17 | <string>none</string> |
| 18 | <key>keyEquivalent</key> |
| 19 | <string>^@p</string> |
| 18 | 20 | <key>name</key> |
| 19 | 21 | <string>Project terminal</string> |
| 20 | 22 | <key>output</key> |
| toggle raw diff |
--- a/Commands/Open Project Terminal.tmCommand
+++ b/Commands/Open Project Terminal.tmCommand
@@ -15,6 +15,8 @@ term.do_script "cd #{ENV['TM_PROJECT_DIRECTORY'].to_s.inspect}"
</string>
<key>input</key>
<string>none</string>
+ <key>keyEquivalent</key>
+ <string>^@p</string>
<key>name</key>
<string>Project terminal</string>
<key>output</key> |