Sublime Keyboard Shortcuts
Sublime allows the user to configure key bindings. To access the key bindings, Preferences -> Key Bindings
. Here are some of the custom key bindings I use:
[
{"keys": ["ctrl+shift+o"], "command": "prompt_open_folder"},
{"keys": ["f5"], "command": "refresh_folder_list" },
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
]