Skip to content

Instantly share code, notes, and snippets.

@binaryk
Created October 30, 2015 19:51
Show Gist options
  • Select an option

  • Save binaryk/e7cc5072b4387404c016 to your computer and use it in GitHub Desktop.

Select an option

Save binaryk/e7cc5072b4387404c016 to your computer and use it in GitHub Desktop.
[
{
"keys": ["ctrl+;"], "command": "run_macro_file", "args": {"file": "Packages/User/EndOfLine.sublime-macro"}
},
{
"keys": ["ctrl+shift+;"], "command": "run_macro_file", "args": {"file": "Packages/User/DebugbarVar.sublime-macro"}
},
{
"keys": ["ctrl+alt+;"], "command": "run_macro_file", "args": {"file": "Packages/User/PrintAr.sublime-macro"}
},
{
"keys": ["ctrl+\\"], "command": "run_macro_file", "args": {"file": "Packages/User/new_line.sublime-macro"}
},
{
"keys": ["ctrl+,"], "command": "run_macro_file", "args": {"file": "Packages/User/new_line_coma.sublime-macro"}
},
{
"keys": ["ctrl+alt+d"], "command": "run_macro_file", "args": {"file": "Packages/User/dd.sublime-macro"}
},
{ "keys": ["ctrl+shift+s"], "command": "auto_save" },
{ "keys": ["ctrl+alt+e"], "command": "open_dir",
"args": {"dir": "$file_path", "file": "$file_name"} },
{ "keys": ["alt+up"], "command": "expand_region" },
{
"keys": ["ctrl+down"],
"command": "expand_region",
"args": {"undo": true},
"context": [{ "key": "expand_region_soft_undo" }]
},
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment