Skip to content

Instantly share code, notes, and snippets.

@toddhalfpenny
Created February 16, 2016 10:49
Show Gist options
  • Save toddhalfpenny/eb208e02ca442947dc0f to your computer and use it in GitHub Desktop.
Save toddhalfpenny/eb208e02ca442947dc0f to your computer and use it in GitHub Desktop.
Sublime Key Bindings
[
// Refresh folder list with F5
{ "keys": ["f5"], "command": "refresh_folder_list" },
{ "keys": ["ctrl+pagedown"], "command": "next_view_in_stack" },
{ "keys": ["ctrl+pageup"], "command": "prev_view_in_stack" },
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment