Skip to content

Instantly share code, notes, and snippets.

@Ajeo
Created July 10, 2013 03:29
Show Gist options
  • Save Ajeo/5963276 to your computer and use it in GitHub Desktop.
Save Ajeo/5963276 to your computer and use it in GitHub Desktop.
My Sublime Text2 - Key Bindings
[
{ "keys": ["j", "j"], "command": "exit_insert_mode",
"context":
[
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }
]
},
{ "keys": ["ctrl+h"], "command": "prev_view" },
{ "keys": ["ctrl+l"], "command": "next_view" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment