Vinzent03 / tab-switcher

Tab Switcher - Obsidian Plugin
GNU General Public License v3.0
123 stars 6 forks source link

Option to cycle between multiple tabs without switching to them #21

Closed Vinzent03 closed 1 year ago

Vinzent03 commented 1 year ago

Discussed in https://github.com/phibr0/cycle-through-panes/discussions/20

Originally posted by **victorstan** May 6, 2023 I would like to request a feature that disables the tab switching when cycling. For instance, suppose you have three tabs opened, and you are currently on tab 1. When you press CTRL + TAB twice, you switch to the second tab and then to the third one. I would like to be able to cycle between tabs without switching to them. In other words, switching should only occur when CTRL + TAB is released. This behavior is similar to the one in vscode.
lukemt commented 1 year ago

100% agree. Please make it the default too if possible (it behaves more predictable this way, which will be good for everyone)

lukemt commented 1 year ago

Or maybe just the default for new users, but keep the existing behaviour for existing ones idk.

Actually I'm not really sure, the current implementation has some benefits, but it is different than all the other implementations (vscode, arc browser and firefox, alt+tab of an os, ect...)

BrunoRoemers commented 1 year ago

@lukemt lucky for you I was just working on this and included your suggestion in the PR 😎

Vinzent03 commented 1 year ago

Closed by #23