Skip to content

Instantly share code, notes, and snippets.

@versedi
Last active November 23, 2015 12:22
Show Gist options
  • Save versedi/831890f18de0b21226b7 to your computer and use it in GitHub Desktop.
Save versedi/831890f18de0b21226b7 to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+d"], "command": "duplicate_line" },
{ "keys": ["ctrl+Shift+d"], "command": "find_under_expand" },
{ "keys": ["ctrl+pagedown"], "command": "next_view_in_stack" },
{ "keys": ["ctrl+pageup"], "command": "prev_view_in_stack" },
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["ctrl+y"], "command": "redo"},
{ "keys": ["ctrl+t"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+v"], "command": "paste_and_indent" },
{ "keys": ["ctrl+shift+v"], "command": "paste" },
{ "keys": ["ctrl+d"], "command": "duplicate_line" },
{ "keys": ["ctrl+Shift+d"], "command": "find_under_expand" },
{ "keys": ["ctrl+w"], "command": "close_file" },
{ "keys": ["ctrl+q"], "command": "close" },
{ "keys": ["ctrl+shift+h"], "command": "find_under_expand" },
{ "keys": ["ctrl+shift+a"], "command": "expand_selection", "args": {"to": "tag"} },
{ "keys": ["ctrl+shift+m"], "command": "expand_selection", "args": {"to": "brackets"} },
{ "keys": ["ctrl+pagedown"], "command": "next_view_in_stack" },
{ "keys": ["ctrl+pageup"], "command": "prev_view_in_stack" },
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["ctrl+k", "ctrl+space"], "command": "set_mark" },
{ "keys": ["ctrl+space"], "command": "auto_complete" },
{ "keys": ["ctrl+space"], "command": "replace_completion_with_auto_complete", "context":
[
{ "key": "last_command", "operator": "equal", "operand": "insert_best_completion" },
{ "key": "auto_complete_visible", "operator": "equal", "operand": true },
{ "key": "setting.tab_completion", "operator": "equal", "operand": false }
]
},
{ "keys": ["ctrl+t"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+v"], "command": "paste_and_indent" },
{ "keys": ["ctrl+shift+v"], "command": "paste" },
{ "keys": ["ctrl+f8"], "command": "open_in_browser" },
{ "keys": ["ctrl+shift+r"], "command": "reveal_in_side_bar"},
{ "keys": ["alt+r"], "command": "toggle_in_selection", "context":
[
{ "key": "setting.is_widget", "operator": "equal", "operand": true }
]
},
{"keys": ["ctrl+f5"], "command": "xdebug_session_start"},
{"keys": ["shift+f5"], "command": "xdebug_session_stop"},
{"keys": ["f5"], "command": "xdebug_continue", "args": {"command": "run"}},
{"keys": ["ctrl+alt+l"], "command": "xdebug_layout", "args": {"keymap" : true}},
{"keys": ["f9"], "command": "xdebug_breakpoint"},
{"keys": ["ctrl+alt+f9"], "command": "xdebug_conditional_breakpoint"},
{"keys": ["f1"], "command": "goto_documentation"},
{"keys": ["ctrl+f1"], "command": "goto_definition"},
{"keys": ["f10"], "command": "xdebug_continue", "args": {"command": "step_into"}},
{"keys": ["f11"], "command": "xdebug_continue", "args": {"command": "step_over"}},
{"keys": ["f12"], "command": "xdebug_continue", "args": {"command": "step_out"}},
{"keys": ["ctrl+f1"], "command": "goto_definition" },
{"keys": ["f1"], "command": "goto_documentation" },
{ "keys": ["ctrl+shift+k"], "command": "fold_by_level", "args": {"level": 1} },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment