Whenever multiple tabs are open in Sublime, hitting CTRL + Tab allows you to toggle across them but the order seems to be on a random sort.
Is it possible to have the toggle through linear from left to right?
Whenever multiple tabs are open in Sublime, hitting CTRL + Tab allows you to toggle across them but the order seems to be on a random sort.
Is it possible to have the toggle through linear from left to right?
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },