# SafariTabSwitching **Repository Path**: mirrors_rs/SafariTabSwitching ## Basic Information - **Project Name**: SafariTabSwitching - **Description**: A SIMBL plugin for Safari 5.1 allowing tab switching by index (using Cmd-1, Cmd-2…) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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" ```