Skip to content

Instantly share code, notes, and snippets.

@wynnzen
Last active September 20, 2023 09:20
Show Gist options
  • Save wynnzen/238c709e87dbd96b9e6b to your computer and use it in GitHub Desktop.
Save wynnzen/238c709e87dbd96b9e6b to your computer and use it in GitHub Desktop.
sublime repl shortcut setting
[
{"keys":["f5"],
"caption": "SublimeREPL: Python - RUN current file",
"command": "run_existing_window_command",
"args":
{
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
}},
{"keys":["f4"],
"caption": "SublimeREPL: Python - IPython",
"command": "run_existing_window_command", "args":
{
"id": "repl_python_ipython",
"file": "config/Python/Main.sublime-menu"
}}
]
Copy link

ghost commented May 8, 2020

Thanks, this is exactly what I want.

@terekhovpd
Copy link

Thank you, very useful.

For future comers: you supposed to copy it into Preferences => Key Bindings.
I suppose SublimeREPL is already installed
Good luck!

@rssowmiyan
Copy link

Thanks a lot man🙂

@Kmurgana
Copy link

Kmurgana commented Jan 4, 2022

Gracias totales! Sigue sirviendo para la versión 3.10 🙂

@LazalaDaniel
Copy link

Thanks ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment