Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save toddhalfpenny/c1033804a7f0ec842a45753f7593223b to your computer and use it in GitHub Desktop.
Save toddhalfpenny/c1033804a7f0ec842a45753f7593223b to your computer and use it in GitHub Desktop.
My 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