Reputation: 40247
Like Ctl + Q
in eclipse, what is the Xcode shortcut key for moving cursor to the last editing position of a file?
Upvotes: 3
Views: 1124
Reputation: 2127
I usually use cmd + z
then cmd + shit + z
.
Why Xcode 10 STILL doesn't support command of back to last edit location?
Upvotes: 3
Reputation: 1119
As far I know there is not exactly the shortcut for last edited location. But you can go forward and back of the navigated locations.
Go forward: ctrl+command+right arrow
Go back: ctrl+command+left arrow
You may find the keyboard shortcut for xcode by going Xcode->Preferences->Key Bindings.
Upvotes: 6