Comment on Configuring Sublime Text 2Comments−scq13yI set Ctrl-Tab and Ctrl-Shift-Tab to behave like they do in web browsers and notepad++: [ { "keys": ["ctrl+tab"], "command": "next_view" }, { "keys": ["ctrl+shift+tab"], "command": "prev_view"} ]
Comments
I set Ctrl-Tab and Ctrl-Shift-Tab to behave like they do in web browsers and notepad++: