Skip to content

Instantly share code, notes, and snippets.

@aguimaraes
Created February 1, 2016 10:50
Show Gist options
  • Select an option

  • Save aguimaraes/75968af514f908da90af to your computer and use it in GitHub Desktop.

Select an option

Save aguimaraes/75968af514f908da90af to your computer and use it in GitHub Desktop.
Default.sublime-keymap
[
{ "keys": [":", "v", "s", "p"], "command": "create_pane", "args": {"direction": "right", "give_focus": "true"} },
{ "keys": [":", "s", "p"], "command": "create_pane", "args": {"direction": "down", "give_focus": "true"} },
{ "keys": [":", "b", "d"], "command": "destroy_pane", "args": {"direction": "self"} },
{ "keys": ["f9"], "command": "expand_fqcn" },
{ "keys": ["f10"], "command": "find_use"},
{ "keys": ["f7"], "command": "insert_php_constructor_property"},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment