Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am umeshunni on github.
  • I am umeshunni (https://keybase.io/umeshunni) on keybase.
  • I have a public key whose fingerprint is BE43 55BC 5211 606A F05B 0171 486F 3E5D 0376 8035

To claim this, I am signing this object:

@umeshunni
umeshunni / Default (OSX).sublime-keymap
Created June 19, 2013 00:55
Sublime Text Keybindings for working with R files in SubREPL. Based on tomschenkjr's blog post on the topic. Refer to http://tomschenkjr.net/using-sublime-text-2-for-r/ for context.
[
{ "keys": ["command+shift+r"], "command": "repl_transfer_current", "args": {"scope": "selection"}, "context":
[
{ "operand": "source.r", "operator": "equal", "match_all": true, "key": "selector" }
]},
{ "keys": ["command+shift+r", "r"], "command": "repl_transfer_current", "args": {"scope": "selection", "action":"view_write"}, "context":
[
{ "operand": "source.r", "operator": "equal", "match_all": true, "key": "selector" }
]},