Skip to content

Instantly share code, notes, and snippets.

@bells17
Last active December 21, 2015 00:39
Show Gist options
  • Save bells17/6222408 to your computer and use it in GitHub Desktop.
Save bells17/6222408 to your computer and use it in GitHub Desktop.
my_sublime_text_2_keymap
[
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["ctrl+pagedown"], "command": "next_view_in_stack" },
{ "keys": ["ctrl+pageup"], "command": "prev_view_in_stack" },
{
"command": "jump_back",
"keys": ["ctrl+,"]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment