Skip to content

Instantly share code, notes, and snippets.

@afutseng
Created December 23, 2012 14:49
Show Gist options
  • Save afutseng/4363774 to your computer and use it in GitHub Desktop.
Save afutseng/4363774 to your computer and use it in GitHub Desktop.
.sublime-keymap
[
{ "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