I've been searching for the right command name to keybind to run Haskell Interpeter in Sublime 3. I'm trying to add to the Sublime key bindings - user and the code should look something like this:
{ "keys": ["alt+keypad2"], "command": "run_existing_window_command", "args":
{
"id": "repl_haskell_run",
"file": "config/Python/Main.sublime-menu"
}
},
The following line is wrong, I made it up and I need to find the right command to put there:
"id": "repl_haskell_run",
"file": "config/Python/Main.sublime-menu"