Skip to content

Commit

Permalink
Turns out ctrl-shift-S is backwards incremental search.
Browse files Browse the repository at this point in the history
Thus, Perforce commands now use ctrl-shift-R

git-svn-id: http://svn.textmate.org/trunk/Bundles/Perforce.tmbundle@2660 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
lilyball committed Feb 3, 2006
1 parent 9fd8194 commit 8944314
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Commands/Add to Depot.plist
Expand Up @@ -10,7 +10,7 @@
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>^S</string>
<string>^R</string>
<key>name</key>
<string>Add to Depot</string>
<key>output</key>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Annotate.plist
Expand Up @@ -10,7 +10,7 @@
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>^S</string>
<string>^R</string>
<key>name</key>
<string>Annotate</string>
<key>output</key>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Diff Labels….plist
Expand Up @@ -30,7 +30,7 @@ END
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>^S</string>
<string>^R</string>
<key>name</key>
<string>Diff Labels…</string>
<key>output</key>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Diff With Base.plist
Expand Up @@ -15,7 +15,7 @@ Perforce::diff_active_file("", "Perforce—Diff With Base")
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>^S</string>
<string>^R</string>
<key>name</key>
<string>Diff With Base</string>
<key>output</key>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Diff With Revision In Label….plist
Expand Up @@ -37,7 +37,7 @@ END
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>^S</string>
<string>^R</string>
<key>name</key>
<string>Diff With Revision In Label…</string>
<key>output</key>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Edit Lurkers.plist
Expand Up @@ -10,7 +10,7 @@
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>^S</string>
<string>^R</string>
<key>name</key>
<string>Edit Lurkers</string>
<key>output</key>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Offline Add to Depot.plist
Expand Up @@ -15,7 +15,7 @@ echo "$TM_FILEPATH" &gt;&gt; "$HOME/P4Cache/OfflineAdds.txt";
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>^S</string>
<string>^R</string>
<key>name</key>
<string>Offline Add to Depot</string>
<key>output</key>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Offline Open For Editing.plist
Expand Up @@ -19,7 +19,7 @@ echo "$TM_FILEPATH" &gt;&gt; "$HOME/P4Cache/OfflineEdits.txt";
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>^S</string>
<string>^R</string>
<key>name</key>
<string>Offline Open For Editing</string>
<key>output</key>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Offline Process Edits.plist
Expand Up @@ -19,7 +19,7 @@ fi
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>^S</string>
<string>^R</string>
<key>name</key>
<string>Offline Send Offline Edits</string>
<key>output</key>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Open for Editing.plist
Expand Up @@ -10,7 +10,7 @@
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>^S</string>
<string>^R</string>
<key>name</key>
<string>Open for Editing</string>
<key>output</key>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Revert to Latest.plist
Expand Up @@ -10,7 +10,7 @@
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>^S</string>
<string>^R</string>
<key>name</key>
<string>Revert to Latest</string>
<key>output</key>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Submit Changelist….plist
Expand Up @@ -73,7 +73,7 @@ IO.popen(%Q{"#{p4}" submit -i}, "w+" ) {|p| p.puts commit_form.to_s }
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>^S</string>
<string>^R</string>
<key>name</key>
<string>Submit Changelist…</string>
<key>output</key>
Expand Down

0 comments on commit 8944314

Please sign in to comment.