Reputation: 223
I haven't found the keyboard shortcut to switch between "a" "b" "c" tabs(windows), do you known?
There is the screenshot image.
is there any keyboard shortcut to switch between "a" "b" "c" tabs(windows)?
Update:
This package is what I want.
packagecontrol.io/packages/GotoWindow
Perfect!
https://forum.sublimetext.com/t/switch-windows-shortcut/10834
Upvotes: 4
Views: 1818
Reputation: 11
Well if your on Mac just use the following it will work:
"command+shift+[" to go to previous tab
"command+shift+]" to move to the next tab
These are the defaults, if want you can customize them. Just to go preferences and then Key Bindings add your own bindings.
Upvotes: 1
Reputation: 11
For Sublime Text 3 in Windows and Linux, the keyboard shortcuts to move back/forth through tabs are as follows:
Move forward a tab = Ctrl
+ tab
Move to previous tab = Ctrl
+ Shift
+ tab
You can also use Alt
+ [1-9]
to move to the specific number tab that you want (tab 1, tab 2, etc).
I learned this from Wes Bos' Sublime Text Power User guide. Hope that helps!
Upvotes: 1