# Tab Swap [![GitHub Release](https://img.shields.io/github/v/release/masaki39/tab-swap?sort=semver&label=latest&color=%237c3aed)](https://github.com/masaki39/tab-swap/releases/latest) [![Total Downloads](https://img.shields.io/github/downloads/masaki39/tab-swap/main.js?logo=obsidian&label=total%20downloads&color=%237c3aed)](https://github.com/masaki39/tab-swap/releases) Obsidian micro plugin that swaps the active tab left/right. ![Tab swap demo](./assets/demo.gif) Assign whatever hotkeys you like. | Action | Command ID | My setup (macOS) | | -------------------- | ------------------ | --------------- | | Go to previous tab | `go-to-previous-tab` (built-in) | ⌘⌥← | | Go to next tab | `go-to-next-tab` (built-in) | ⌘⌥→ | | Swap Tab Left | `swap-tab-left` | ⌘⌥⇧← | | Swap Tab Right | `swap-tab-right` | ⌘⌥⇧→ |