Commit 46bb0a910c7f58c7dc9c336be54086e3606e9384

why was cmd no longer in repo after a rebase?

Commit diff

Commands/Go to external gem.tmCommand

 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>beforeRunningCommand</key>
6 <string>nop</string>
7 <key>command</key>
8 <string>#!/usr/bin/env ruby
9require "#{ENV['TM_BUNDLE_SUPPORT']}/lib/go_to_external.rb"</string>
10 <key>fallbackInput</key>
11 <string>word</string>
12 <key>input</key>
13 <string>document</string>
14 <key>keyEquivalent</key>
15 <string>~G</string>
16 <key>name</key>
17 <string>Go to external gem</string>
18 <key>output</key>
19 <string>showAsTooltip</string>
20 <key>scope</key>
21 <string>source.ruby</string>
22 <key>uuid</key>
23 <string>8A7D2EB1-D0BA-4CA9-87A5-84E380228A32</string>
24</dict>
25</plist>
toggle raw diff