Skip to content

Instantly share code, notes, and snippets.

@arbaaz
Created January 23, 2014 10:25
Show Gist options
  • Save arbaaz/8576248 to your computer and use it in GitHub Desktop.
Save arbaaz/8576248 to your computer and use it in GitHub Desktop.
Sublime-text-keymap
[
{ "keys": ["j","j"], "command": "exit_insert_mode",
"context":[
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }]
},
{ "keys": ["f2"], "command": "side_bar_rename" },
{ "keys": ["f3"], "command": "side_bar_move" },
{ "keys": ["f4"], "command": "side_bar_delete" },
{"keys":["alt+;"],"command": "run_macro_file", "args": {"file": "Packages/User/eol-colon.sublime-macro"}},
{"keys":["alt+."],"command": "run_macro_file", "args": {"file": "Packages/User/equal-lessthan.sublime-macro"}}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment