Skip to content

Instantly share code, notes, and snippets.

@andrewheiss
Created July 10, 2012 05:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save andrewheiss/3081235 to your computer and use it in GitHub Desktop.
Language-specific keybindings
// Executes line(s) of text in REPL terminal, latter only displays code and does not execute
{ "keys": ["super+shift+r"], "command": "repl_transfer_current", "args": {"scope": "lines"}, "context":
[
{ "operand": "source.r", "operator": "equal", "match_all": true, "key": "selector" }
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment