Skip to content

Commit

Permalink
Add key equivalent of ⌃⇧⌘P to this command.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk@11784 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
duff committed Oct 17, 2009
1 parent de26183 commit 5c86e57
Showing 1 changed file with 3 additions and 1 deletion.
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!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>
Expand All @@ -14,6 +14,8 @@
<string>env|grep ^TM_|sort</string>
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>^@P</string>
<key>name</key>
<string>Show TM_* Variables</string>
<key>output</key>
Expand Down

0 comments on commit 5c86e57

Please sign in to comment.