Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.39 KB

readme.md

File metadata and controls

28 lines (19 loc) · 1.39 KB

🗂️ Tab shortcuts

🛠️ Functionalities

Currently, the extension implements the following shortcuts:

  • Pin tab: Pins the current active tab (default shortcut Ctrl + Shift + P).
  • Duplicate tab: Duplicates the current active tab to the right (default shortcut: Ctrl + Shift + P).

Best if you use in combination with the default shortcuts:

  • Next tab: Switch the current active tab to the next (right) one (default shortcut Ctrl + Tab).
  • Previous tab: Switch the current active tab to the previous (left) one (default shortcut Ctrl + Shift + Tab).
  • New tab: Creates a new tab and makes it active (default shortcut Command + T).
  • Close tab: Closes the active tab and makes active the last active tab (default shortcut Command + W).
  • Switch to i-th tab: Changes the active tab to the i-th one, where $i \in[0, 9]$.

⚙️ Installation

  1. Download and extract the ZIP file. Click here for the latest release.
  2. Go in the browser settings (Command + ,), then "Extensions".
  3. On the top right, enable "Developer mode".
  4. Press the "Load unpacked" button. Navigate to the extracted folder, and confirm.
  5. If needed, navigate to the "Shortcuts" tab and edit the default ones.

🚀 Conclusions

All good: your productivity just doubled! Remember to ⭐️ this repository!