Skip to content

Instantly share code, notes, and snippets.

@kozo2
Created June 1, 2015 15:40
Show Gist options
  • Save kozo2/6c5bde582241e498cfb0 to your computer and use it in GitHub Desktop.
Save kozo2/6c5bde582241e498cfb0 to your computer and use it in GitHub Desktop.
sublime key bindings
[
{ "keys": ["j", "j"], "command": "exit_insert_mode",
"context":
[
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment