Skip to content

Instantly share code, notes, and snippets.

@smashedlife
Created February 1, 2013 07:02
Show Gist options
  • Save smashedlife/4689841 to your computer and use it in GitHub Desktop.
Save smashedlife/4689841 to your computer and use it in GitHub Desktop.
Custom Key Bindings for Sublime Text Editor
[
{ "keys": ["f1"], "command": "toggle_side_bar" },
{ "keys": ["j", "j"], "command": "exit_insert_mode",
"context":
[
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }
]
},
{ "keys": ["ctrl+t"], "command": "side_bar_new_file2" },
{ "keys": ["f2"], "command": "side_bar_rename" },
{ "keys": ["ctrl+alt+f"], "command": "side_bar_find_files_path_containing" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment