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

TabJump

shitcodingshitcoding128 downloads

Switch between last two active tabs with a single hotkey (Alt-Tab behavior)

Add to Obsidian
  • Overview
  • Scorecard
  • Updates5

A minimal Obsidian plugin that switches between the last two active tabs (Alt-Tab behavior).

Usage

  1. Install and enable the plugin
  2. Open Settings → Community Plugins → TabJump (click gear icon)
  3. Assign hotkeys directly in the plugin settings, or go to Settings → Hotkeys → Search "TabJump"
  4. Use the assigned hotkeys to:
    • Toggle between your two most recent tabs
    • Move the current tab left or right in the tab bar

Commands

  • Switch to last active tab (tabjump:switch)
  • Move current tab left (tabjump:move-tab-left)
  • Move current tab right (tabjump:move-tab-right)

Vimrc Integration

Add to .obsidian.vimrc:

" Switch between last two tabs
exmap tabjump obcommand tabjump:switch
nmap <Space><Space> :tabjump<CR>

" Move tab left/right
exmap movetableft obcommand tabjump:move-tab-left
exmap movetabright obcommand tabjump:move-tab-right
nmap M :movetableft<CR>
nmap m :movetabright<CR>

Features

  • Direct hotkey assignment in plugin settings (no need to navigate to Hotkeys menu)
  • Tab switching - Toggle between last two active tabs (Alt-Tab behavior)
  • Tab reordering - Move current tab left or right in the tab bar
  • Uses modern Obsidian API (no deprecated activeLeaf)
  • Mobile compatible
  • Handles edge cases (closed tabs, split panes, boundaries)
81%
HealthExcellent
ReviewCaution
About
Toggle between the two most recent tabs and move the current tab left or right in the tab bar. Assign hotkeys directly in the plugin settings and operate across split panes and mobile while handling closed tabs and pane boundaries.
NavigationHotkeysCommands
Details
Current version
1.0.4
Last updated
4 months ago
Created
4 months ago
Updates
5 releases
Downloads
128
Compatible with
Obsidian 1.0.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
shitcodingshitcoding
github.com/shitcoding
GitHubshitcoding
  1. Community
  2. Plugins
  3. Navigation
  4. TabJump

Related plugins

Leader Hotkeys

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

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

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.

Doubleshift

Open the command palette by pressing Shift (or any other key) twice like in IntelliJ and create your own shortcuts.

Insert Heading Link

Add a command to create a link to a heading.

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.

Recent Files

Display a list of recently opened files.

Vertical Tabs

Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.