Skip to content

Instantly share code, notes, and snippets.

@lantrix
Forked from igorkulman/SublimeFsharpREPLfull.json
Last active September 4, 2015 03:35
Show Gist options
  • Save lantrix/7f8457ea454eb20adffa to your computer and use it in GitHub Desktop.
Save lantrix/7f8457ea454eb20adffa to your computer and use it in GitHub Desktop.
[
{
"keys": ["ctrl+alt+f"],
"args": {
"id": "repl_f#",
"file": "config/F/Main.sublime-menu"
},
"command": "run_existing_window_command"
},
{
"keys": ["ctrl+shift+enter"],
"args": {"scope": "selection"},
"command": "repl_transfer_current"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment