Skip to content

Instantly share code, notes, and snippets.

@chris-ramon
Created December 8, 2012 19:34
Show Gist options
  • Save chris-ramon/4241575 to your computer and use it in GitHub Desktop.
Save chris-ramon/4241575 to your computer and use it in GitHub Desktop.
sublime text 2 custom keymap
[
{ "keys": ["alt+1"], "command": "toggle_side_bar" },
{ "keys": ["alt+2"], "command": "show_overlay", "args": {"overlay": "goto", "text": "@"} },
{ "keys": ["alt+m"], "command": "toggle_minimap" },
{ "keys": ["alt+right"], "command": "next_view" },
{ "keys": ["alt+left"], "command": "prev_view" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment