Skip to content

houcheng/obsidian-cycle-in-sidebar-plugin

Repository files navigation

Obsidian Cycle In Sidebar Plugin

This plugin allows you to use a hotkey to navigate through tabs in the left or right sidebars.

Features

  • Cycle through tabs in the left and right sidebars
  • Cycle in both forward and reverse directions

Setup

  1. Open Settings
  2. Go to Hotkeys
  3. Assign your preferred keyboard shortcuts to these commands:

Default Recommended Shortcuts:

  • Alt + 2: Cycle left sidebar tabs
  • Alt + 4: Cycle right sidebar tabs
  • Alt + 1: Toggle left sidebar
  • Alt + 3: Toggle right sidebar

Alternative Shortcuts (Vim-style)

If you prefer Vim-like shortcuts, try:

  • Ctrl + [: Cycle left sidebar tabs
  • Ctrl + ]: Cycle right sidebar tabs
  • Ctrl + Shift + [: Cycle left sidebar tabs in reverse
  • Ctrl + Shift + ]: Cycle right sidebar tabs in reverse