README file from
GithubCycle Latest Tab for Obsidian
Cycle Latest Tab is an Obsidian plugin that replaces the default tab cycling behavior (Ctrl+Tab / Ctrl+Shift+Tab) with a Most Recently Used (MRU) tab cycler, similar to how Alt+Tab works in Windows or Cmd+Tab works on macOS.
Features
- MRU Tab Cycling: Press the hotkey to cycle through your recently used tabs in the order you last viewed them.
- Visual Tab List: Displays a modal with a list of open tabs so you can see where you're switching.
- Customizable: Adjust settings for behavior or configure hotkeys to your liking via Obsidian's Hotkeys menu.
How to use
- Enable the plugin in Settings -> Community Plugins.
- Go to Settings -> Hotkeys.
- Search for "Cycle Latest Tab: Cycle to previous tab" and "Cycle Latest Tab: Cycle to next tab".
- Assign your preferred hotkeys (e.g.,
Ctrl+TabandCtrl+Shift+Tab). Note: You may need to unbind the default "Go to next tab" and "Go to previous tab" hotkeys if they conflict.
Installation
From the Obsidian Community Plugins Store
(Pending approval)
Manual Installation
- Download the latest release from the Releases page.
- Extract the
cycle-latest-tabfolder into your vault's.obsidian/plugins/directory. - Restart Obsidian.
- Enable "Cycle Latest Tab" in the Community Plugins settings.
Development
If you want to contribute or build the plugin from source:
npm install
npm run dev
License
MIT License. See LICENSE for more information.