https://github.com/kapeli/xcode4_word_navigation
https://github.com/kapeli/xcode4_word_navigation
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kapeli/xcode4_word_navigation
- Owner: Kapeli
- Created: 2012-11-20T22:53:50.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-20T23:05:31.000Z (almost 13 years ago)
- Last Synced: 2025-06-23T05:07:34.426Z (4 months ago)
- Size: 117 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Description
This is a Xcode4 plugin which modifies the way ⌥← and ⌥→ keys work in Xcode. In a nutshell, standard OS X word navigation doesn't make sense when dealing with code.
This plugin changes that, so that symbols are also taken into account while navigating. Therefore, characters like "{" and "}" will be treated as words.
### Installation
Download and compile the project (the plugin will be installed during build process).
### Credits
Thanks to Sergei for the XCode 4 Begginning of Line project (https://github.com/insanehunter/XCode4_beginning_of_line)