https://github.com/rs/safaritabswitching
A SIMBL plugin for Safari 5.1 allowing tab switching by index (using Cmd-1, Cmd-2…)
https://github.com/rs/safaritabswitching
Last synced: about 1 year ago
JSON representation
A SIMBL plugin for Safari 5.1 allowing tab switching by index (using Cmd-1, Cmd-2…)
- Host: GitHub
- URL: https://github.com/rs/safaritabswitching
- Owner: rs
- Created: 2011-07-10T05:07:47.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2015-10-01T06:41:00.000Z (over 10 years ago)
- Last Synced: 2025-03-30T05:08:09.395Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 333 KB
- Stars: 473
- Watchers: 31
- Forks: 31
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Note on El Capitan
> ==================
> Great news! Apple has finaly included the capability offered by this plugin in Safari 9.
> Please read [#50](https://github.com/rs/SafariTabSwitching/issues/50) for more info.
What is this?
=============
Safari Tab Switching is a Safari SIMBL plugin which allow switching between tabs using Cmd+1-9.
NOTE: Good news! The feature provided by this plugin has been integrated by Apple in El Capitain. Go to Safari preferences > tabs and check "⌘-1 through ⌘-9 switches tabs".
Requirement
===========
- Safari 5.0 (Snow Leopard) - May work with older version of Safari, but this is not tested
- [SIMBL](http://www.culater.net/software/SIMBL/SIMBL.php) 1.9.9 (packaged with the installer)
Installation
============
Download our [installer](https://github.com/rs/SafariTabSwitching/releases/latest) and run it then restart Safari.
Usage
=====
Use the command + keyboard shortcut to switch between the 9 first tabs of your Safari windows.
NOTE: This plugin replaces the default behavior of those hotkeys which is to open the 9 first Bookmark Bar links.
As a bonus, this plugin also ad Cmd+Shift+T to reopen last closed tab.
Uninstall
=========
Run the following command in the terminal and then restart Safari.
```sh
sudo rm -r "/Library/Application Support/SIMBL/Plugins/SafariTabSwitching.bundle"
```