Skip to content

Instantly share code, notes, and snippets.

@zymr-keshav
Created December 5, 2017 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zymr-keshav/6fb972b599fc69c84ed00fc9b75847a0 to your computer and use it in GitHub Desktop.
Save zymr-keshav/6fb972b599fc69c84ed00fc9b75847a0 to your computer and use it in GitHub Desktop.
sublime text 2 user key bindings
[
{
"keys": ["ctrl+alt+t"],
"command": "terminal_view_open"
},
{
"keys": ["ctrl+shift+r"],
"command": "reveal_in_side_bar"
},
{
"keys": ["enter"], "command": "commit_completion", "context": [
{ "key": "auto_complete_visible" }
]
},
{ "keys": ["ctrl+shift+2"], "command": "jsdoc_param" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment