Sublime-Extended-Tab-Switcher
Sublime-Extended-Tab-Switcher copied to clipboard
Doesn't work on Windows
Default settings are empty. Shortcuts behavior is Windows default, just switching all opened windows.
+1, doesn't work.
+1 doesn't work
In windows it shows program switcher. Please change shortcuts or help us to change shortcut. Thanks
+1 windows 10 here; default CTRL+ALT+TAB binding launches the Windows ALT-TAB window.
README.md says:
User can change the default key binding at
Preferences -> Package Settings -> Extended Tab Switcher -> Key Bindings User
But — when I look for commands @ Extended Tab Switcher -> Key Bindings -> Default
, it's just opens a blank file.
Is there another way to determine what the "command" is for switching tabs? Thank you.
UPDATE:
A list of key-bindings for each OS can be found here
On windows: add the following to your Extended Tab Switcher
user keybindings file and modify as necessary. I am currently using CTRL+ALT+O
without conflict.
[
{ "keys": ["ctrl+alt+tab"], "command": "extended_switcher", "args": {"list_mode": "window"} },
{ "keys": ["ctrl+alt+shift+tab"], "command": "extended_switcher", "args": {"list_mode": "active_group"} }
]