The same question has been asked for Xcode 3
But the solution there is said to not work with Xcode4. And no new solution is available there.
How to get a key-binding to move the curser up/down about 10 lines in Xcode 4 ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Eureka! Inspired by the answer on line duplication, this is how you empower Xcode 4 with multiple-line movement:
/Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/ResourcesIDETextKeyBindingSet.plist.Customizedand two new command (say,Move Down 10andMove Up 10) keys as the screenshot below:Set a key combination for both commands:

Free at last from the shackles of the
Jump Toshortcut. Enjoy it!Bonus: system-wide multiple-line movement
Unleash the cursor outside Xcode following with these steps:
~/Library/KeyBindingsDefaultKeyBinding.dict.All of the above works on 10.8.2 with Xcode 4.5.1.