Sublime Forum

Ctrl + Tab Browse Through Files

#1

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?

0 Likes

#2
    { "keys": ["ctrl+tab"], "command": "next_view" },
    { "keys": ["ctrl+shift+tab"], "command": "prev_view" },
2 Likes

#3

Where should this go?

0 Likes

#4

Open Preferences -> Key Bindings in the menu bar.

0 Likes