Skip to content

Instantly share code, notes, and snippets.

@garhbod
garhbod / Default (Linux).sublime-keymap
Created April 6, 2017 22:21 — forked from anatooly/Default (Linux).sublime-keymap
Key bindings Sublime Text 3 like PhpStorm 6
[
{ "keys": ["ctrl+shift+a"], "command": "show_overlay", "args": {"overlay": "command_palette"} },
{ "keys": ["ctrl+shift+n"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["ctrl+shift+alt+n"], "command": "goto_symbol_in_project" },
{ "keys": ["ctrl+b"], "command": "goto_definition" },
{ "keys": ["ctrl+alt+left"], "command": "jump_back" },
{ "keys": ["ctrl+alt+right"], "command": "jump_forward" },
{ "keys": ["ctrl+y"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },