Cycle Latest Tab

by Axel Rea Eklund
5
4
3
2
1
Score: 50/100

Description

Reviews

No reviews yet.

Stats

0
stars
37
downloads
0
forks
20
days
21
days
20
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
18
commits

Latest Version

21 days ago

Changelog

README file from

Github

Cycle 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

  1. Enable the plugin in Settings -> Community Plugins.
  2. Go to Settings -> Hotkeys.
  3. Search for "Cycle Latest Tab: Cycle to previous tab" and "Cycle Latest Tab: Cycle to next tab".
  4. Assign your preferred hotkeys (e.g., Ctrl+Tab and Ctrl+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

  1. Download the latest release from the Releases page.
  2. Extract the cycle-latest-tab folder into your vault's .obsidian/plugins/ directory.
  3. Restart Obsidian.
  4. 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.