Skip to content

Instantly share code, notes, and snippets.

@uroshekic
Created April 23, 2014 07:35
Show Gist options
  • Save uroshekic/11205766 to your computer and use it in GitHub Desktop.
Save uroshekic/11205766 to your computer and use it in GitHub Desktop.
Sublime Keymap
[
{ "keys": ["ctrl+shift+o"], "command": "prompt_open_folder" },
{ "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