Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Focus Tab Groups

StanislawStanislaw30 downloads

Focus editor tab groups by number using configurable hotkeys.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

English | Русский

Focus Obsidian editor tab groups by number using configurable hotkeys.

The plugin adds commands for focusing editor groups directly, similar to the editor group navigation available in IDEs such as Visual Studio Code.

Features

  • Focus editor groups 1–9
  • Visual group numbering
  • Configurable through Obsidian Hotkeys
  • No default hotkeys
  • Sidebars are excluded from group numbering

Usage

After enabling the plugin, open:

Settings → Hotkeys

Search for:

Focus tab group

The plugin adds the following commands:

  • Focus tab group 1
  • Focus tab group 2
  • Focus tab group 3
  • ...
  • Focus tab group 9

You can assign any shortcuts you prefer.

For example:

Ctrl+1 → Focus tab group 1
Ctrl+2 → Focus tab group 2
Ctrl+3 → Focus tab group 3

This works well together with separate shortcuts for selecting tabs inside the current group.

For example:

Ctrl+1 → Group 1
Ctrl+2 → Group 2
Ctrl+3 → Group 3

Alt+1 → Tab 1 in the current group
Alt+2 → Tab 2 in the current group
Alt+3 → Tab 3 in the current group

Group numbering

Tab groups are numbered according to their visual position

Groups are ordered:

  1. Left to right
  2. Top to bottom

Example:

┌──────────────┬──────────────┐
│   Group 1    │   Group 2    │
├──────────────┼──────────────┤
│   Group 3    │   Group 4    │
└──────────────┴──────────────┘

Only groups in the main editor workspace are counted.

The left and right Obsidian sidebars are ignored.

When switching to a group, the plugin focuses the tab that is already selected in that group.

Installation

Community Plugins

  1. Open Settings → Community plugins in Obsidian
  2. Select Browse
  3. Search for Focus Tab Groups
  4. Select the plugin, then select Install
  5. Select Enable after the installation is complete

Manual installation

Download the following files from the latest GitHub release:

  • main.js
  • manifest.json

Create the following directory inside your vault:

<path>/<to>/<vault>/.obsidian/plugins/focus-tab-groups/

Copy the downloaded files into it

.obsidian/
└── plugins/
    └── focus-tab-groups/
        ├── main.js
        └── manifest.json

Restart Obsidian

Then open Settings -> Community plugins and enable Focus Tab Groups

Development

Requirements:

  • Node.js
  • npm

Clone the repository and install dependencies:

git clone https://github.com/raykotarou/focus-tab-groups-obsidian.git
cd focus-tab-groups-obsidian
npm install

Run the development build

npm run dev

Create a production build

npm run build

Run the linter

npm run lint

The production build creates main.js in the project root

License

Focus Tab Groups is licensed under the GNU General Public License v3.0

See LICENSE for details.

HealthExcellent
ReviewPassed
About
Focus editor tab groups 1–9 by number using configurable hotkeys. Use visual group numbering (left-to-right, top-to-bottom), ignore sidebars, and switch to the active tab in the target group.
NavigationHotkeysCommands
Details
Current version
1.0.0
Last updated
4 weeks ago
Created
4 weeks ago
Updates
1 release
Downloads
30
Compatible with
Obsidian 1.13.7+
Platforms
Desktop, Mobile
License
GPL-3.0
Report bugRequest featureReport plugin
Author
StanislawStanislawraykotarou
GitHubraykotarou
  1. Community
  2. Plugins
  3. Navigation
  4. Focus Tab Groups

Related plugins

Tab Switcher

Switch your tabs with Ctrl + Tab in recently used order like in a browser.

Leader Hotkeys

Add leader hotkey support to any command (like tmux or vim).

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

Footnote Shortcut

Makes creating footnotes more fun!

Hotkey Helper

Easily see and access any plugin's settings or hotkey assignments (and conflicts) from the Community Plugins tab.

Keyshots

Add classic hotkey/shortcuts commands from popular IDEs like Visual Studio Code or JetBrains Family.

Tray

Run Obsidian from the system tray for customisable window management and global quick notes.

Code Editor Shortcuts

Add keyboard shortcuts (hotkeys) commonly found in code editors such as Visual Studio Code (VS Code) or Sublime Text.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.