https://github.com/stefanceriu/SCXcodeTabSwitcher
Enables changing Xcode tabs using the ⌘cmd + [1..9] keys
https://github.com/stefanceriu/SCXcodeTabSwitcher
plugin switcher tab xcode xcode-plugin
Last synced: 10 months ago
JSON representation
Enables changing Xcode tabs using the ⌘cmd + [1..9] keys
- Host: GitHub
- URL: https://github.com/stefanceriu/SCXcodeTabSwitcher
- Owner: stefanceriu
- License: gpl-3.0
- Created: 2015-05-31T08:25:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T15:39:03.000Z (almost 5 years ago)
- Last Synced: 2024-07-30T21:05:21.373Z (over 1 year ago)
- Topics: plugin, switcher, tab, xcode, xcode-plugin
- Language: Objective-C
- Homepage:
- Size: 45.9 KB
- Stars: 42
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SCXcodeTabSwitcher
SCXcodeTabSwitcher enables changing Xcode tabs using the ⌘cmd + [1..9] keys.

Notes:
* this will override Xcode's default navigators actions. You will need to go to Preferences/KeyBindings and map them to something else.
* you can still configure the next/previous tab actions from Xcode as normal
#### Installation
- Through [Alcatraz](https://github.com/Alcatraz/Alcatraz)
- Download the sources, build the project and restart Xcode
- Download SCXcodeTabSwitcher.xcplugin.zip from the releases tab, unzip and move it to the Xcode plugins folder ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SCXcodeTabSwitcher.xcplugin
- If you encounter any issues you can uninstall it by removing the ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SCXcodeTabSwitcher.xcplugin folder
#### License
SCXcodeTabSwitcher is released under the GNU GENERAL PUBLIC LICENSE (see the LICENSE file)
#### Contact
Any suggestions or improvements are more than welcome. Feel free to contact me at [stefan.ceriu@gmail.com](mailto:stefan.ceriu@gmail.com) or [@stefanceriu](https://twitter.com/stefanceriu).