Skip to content

Instantly share code, notes, and snippets.

@jjcall
Created August 27, 2012 21:00
Show Gist options
  • Save jjcall/3492182 to your computer and use it in GitHub Desktop.
Save jjcall/3492182 to your computer and use it in GitHub Desktop.
key bindings
[
{ "keys": ["j", "j"], "command": "exit_insert_mode",
"context":
[
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }
]
},
{ "keys": ["super+shift+alt+t"], "command": "open_terminal" },
{ "keys": ["super+shift+t"], "command": "open_terminal_project_folder" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment