smashedlife
2/1/2013 - 7:02 AM

Custom Key Bindings for Sublime Text Editor

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" }
]