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 ?
|
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 ? |
|||||
|
|
Eureka! Inspired by the answer on line duplication, this is how you empower Xcode 4 with multiple-line movement:
Bonus: system-wide multiple-line movementUnleash the cursor outside Xcode following with these steps:
All of the above works on 10.8.2 with Xcode 4.5.1. |
|||
|
|
|
Resize the text editor window so that it shows 10 lines. Then use the Page Up / Page Down keys. :) Unfortunately Xcode 4 doesn't offer as many customization options as Xcode 3, especially those that require peaking under the hood and re-wiring things. I suppose this is one of them. |
|||
|
|