Skip to content

Instantly share code, notes, and snippets.

@rafaelmussi
Created September 18, 2012 14:04
Show Gist options
  • Save rafaelmussi/3743313 to your computer and use it in GitHub Desktop.
Save rafaelmussi/3743313 to your computer and use it in GitHub Desktop.
ST2 Settings: Keymap [default]
[
{ "keys": ["ctrl+shift+t"], "command": "reopen_last_file" },
{ "keys": ["ctrl+e"], "command": "encode_html_entities" },
{ "keys": ["ctrl+t"], "command": "move_to", "args": {"to": "brackets"} },
{ "keys": ["f2"], "command": "next_bookmark" },
{ "keys": ["shift+f2"], "command": "prev_bookmark" },
{ "keys": ["ctrl+f2"], "command": "toggle_bookmark" },
{ "keys": ["ctrl+shift+f2"], "command": "clear_bookmarks" },
{ "keys": ["alt+f2"], "command": "select_all_bookmarks" },
{ "keys": ["ctrl+]"], "command": "unbound" },
{ "keys": ["ctrl+["], "command": "unbound" },
{ "keys": ["ctrl+q"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+q"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["ctrl+shift+o"], "command": "prompt_open_folder" },
{ "keys": ["ctrl+d"], "command": "duplicate_line" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment