tab-switcher icon indicating copy to clipboard operation
tab-switcher copied to clipboard

Tab Switcher - Obsidian Plugin

Results 7 tab-switcher issues
Sort by recently updated
recently updated
newest added

Great plugin but it would be nice if there was an option for it to behave like alt-tab. I know the functionality works like chrome, but alt tab makes more...

Config: ```json { "viewTypes": [ "markdown", "canvas", "pdf" ], "showModal": false, "skipPinned": false, "stayInSplit": true, "focusLeafOnKeyUp": false, "useViewTypes": true } ``` Hotkey config: ```json "cycle-through-panes:focus-on-last-active-pane-reverse": [ { "modifiers": [ "Mod",...

Issue description: The modal don't appear when using Go to next/previous tab commands. It only appears when I press Go to next/previous tab command once, then use Go to left/right...

Sometimes when you have many tabs open, instead of `ctrl+tab+tab+tab+tab...` to switch over them one by one, it would be much easier and time-saving to allow just clicking on the...

It would be great if you could allow using Cmd+1, Cmd+2, Cmd+3 etc. to select tabs across split view panels as well if that is in any way possible.

Currently, it is only possible to switch tabs by pressing `ctrl` + ``. `ctrl` seems to be the hardcoded meta key, that this plugin listens on. I would like to...