Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode 3.2.1 file history via keyboard shortcut

Prior to xcode 3.2.1, you could cycle through the list of files your in history through a keyboard shortcut (Cmd + Option + L/R Arrow key).

Now this set of keys will give you the history within the file (ie all of the actions you've performed in this file).

Is there a way to navigate with keyboard only between files you have open in your history list?

like image 707
Alexi Groove Avatar asked Dec 30 '22 11:12

Alexi Groove


2 Answers

Go into Xcode Preferences->Key Bindings and rebind these keys.

set Cmd-Opt-Left to View->Previous File

set Cmd-Opt-Right to View->Next File

like image 166
nall Avatar answered Jan 15 '23 23:01

nall


Unless there's something nonstandard in my Xcode config, they've just rebound this action to shift+option+command+L/R arrow. Of course you can always change the binding back to the old one if you want as well.

like image 22
Shawn Craver Avatar answered Jan 15 '23 23:01

Shawn Craver