Skip to content

Instantly share code, notes, and snippets.

@hernamesbarbara
Created February 25, 2014 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hernamesbarbara/9214938 to your computer and use it in GitHub Desktop.
Save hernamesbarbara/9214938 to your computer and use it in GitHub Desktop.
[
{
"keys": [
"alt+minus"
],
"command": "insert",
"args": {
"characters": " <- "
},
"context": [
{
"key": "selector",
"operator": "equal",
"operand": "source.r"
}
]
},
{"keys": ["super+b"], "command": "expand_selection", "args": {"to": "brackets"}},
{"keys": ["super+f"], "command": "show_panel", "args": {"panel": "replace"}},
{"keys": ["super+alt+f"], "command": "show_panel", "args": {"panel": "find"}}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment