Skip to content

Instantly share code, notes, and snippets.

@adisuryadi
Created June 21, 2013 04:27
Show Gist options
  • Save adisuryadi/5828798 to your computer and use it in GitHub Desktop.
Save adisuryadi/5828798 to your computer and use it in GitHub Desktop.
windows sublime keymap
[
{ "keys": ["ctrl+t"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["ctrl+alt+t"], "command": "read_tweets" },
{ "keys": ["ctrl+shift+."], "command": "erb", "context":
[
{ "key": "selector", "operator": "equal", "operand": "text.html.ruby, text.haml, source.yaml, source.css, source.scss, source.js, source.coffee" }
]
},
{ "keys": ["super+alt+p"], "command": "show_scope_name" },
{ "keys": ["ctrl+shift+r"], "command": "reindent" , "args": {"single_line": false}},
{ "keys": ["ctrl+t"], "command": "todo", "args": {"open_files_only": true} },
{ "keys": ["ctrl+shift+t"], "command": "todo" },
{ "keys": ["ctrl+shift+alt+t"], "command": "open_terminal_project_folder" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment