This is an Obsidian plugin which can quickly switch tabs in various ways.
- Set up the
Go to previous/next tab
command in the plugin's settings.- In the default configuration, each command are as follows.
- Tab Selector: Go to previous tab:
^Tab
orCtrl + Tab
- Tab Selector: Go to next tab:
^⇧Tab
orCtrl + Shift + Tab
- Tab Selector: Go to previous tab:
- Don't use shortcut keys reserved by the OS. OS shortcut keys take precedence and don't work properly.
- In case MacOS,
⌘Tab
and⌥Tab
etc… can't use.
- In case MacOS,
- In the default configuration, each command are as follows.
- Set hotkeys to match the command settings implemented above.
- From then on you can switch tabs using hotkeys.
- Call the modal in one of the following ways.
- Using hotkey. (recommend)
- Click the icon(
Open tab selector
) from the Ribbon. - Selecting
Tab Selector: Open tab selector
from the command palette.
- Select the tab you want to switch to in one of the following ways.
- Press the one-letter key displayed to the left of the tab name. (recommend)
- Move the cursor with arrow keys and select the tab.
- Click on the tab name with the mouse cursor.
- If you want to close a tab, you can do in one of the following ways.
- Hold down the
Control
key, press the one-letter key displayed to the left of the tab name. - Move the cursor with arrow keys and press
Backspace
orDelete
key. - Click on the
X
button with the mouse cursor.
- Hold down the
Note
This command is available on PC or tablet devices. It’s not available on smartphones.
- Call the modal in one of the following ways.
- Using hotkey. (recommend)
- Selecting
Tab Selector: Show tab shortcuts
from the command palette.
- Press the one-letter key displayed under the tab name.
- Call the modal in one of the following ways.
- Using hotkey. (recommend)
- Selecting
Tab Selector: Search tabs
from the command palette.
- Enter keywords to find a tab.
- Select the tab you wish to open in one of the following ways.
- Move the cursor with arrow keys and select the item.
- Click on the item name with the mouse cursor.
Install the plugin in one of the following ways.
This plugin is available in Obsidian's Community Plugins Browser.
- Launch the Obsidian application.
- Open the
Settings
, selectCommunity Plugins
, and selectBrowse
. - Search for
Tab Selector
, and click it. - Click the
Install
.
You can also install this plugin manually.
- Access to Releases, and download the 3 files(
main.js
,manifest.json
,style.css
) of latest version. - Create a new folder named
tab-selector
. - Move download the 3 files to the
tab-selector
folder. - Place the folder in your
.obsidian/plugins
directory. If you don't know where that is, you can go to Community Plugins inside Obsidian. There is a folder icon on the right of Installed Plugins. Click that and it opens your plugins folder. - Reload plugins. (the easiest way is just restarting Obsidian)
- Activate the plugin as normal.
You can also install this plugin using the BRAT plugin.
- Install BRAT using the Obsidian Plugin manager
- In your Obsidian settings on the left, select BRAT in the list.
- In BRAT settings, click the button Add Beta Plugin
- In the textbox, supply the URL to this repo =>
https://github.com/namikaze-40p/obsidian-tab-selector
- Once
Tab Selector
is installed, activate it in your Obsidian settings.