Skip to content

Instantly share code, notes, and snippets.

@webcaetano
Created July 5, 2016 10:49
Show Gist options
  • Save webcaetano/32c27cfbb6313795986e31e740f99220 to your computer and use it in GitHub Desktop.
Save webcaetano/32c27cfbb6313795986e31e740f99220 to your computer and use it in GitHub Desktop.
[
{ "keys": ["super+shift+q"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["super+up"], "command": "toggle_word"},
{ "keys": ["super+down"], "command": "toggle_word"},
{ "keys": ["super+shift+1"], "command": "open_terminal" },
{
"keys": ["super+f"],
"command": "chain",
"args": {
"commands": [
["show_panel",{"panel": "find", "reverse": false}],
["slurp_find_string"]
]
}
},
{
"keys": ["super+h"],
"command": "chain",
"args": {
"commands": [
["show_panel",{"panel": "replace", "reverse": false}],
["slurp_find_string"]
]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment