Skip to content

Instantly share code, notes, and snippets.

View terekhovpd's full-sized avatar

Pavel Terekhov terekhovpd

  • ITMO University
View GitHub Profile
@wynnzen
wynnzen / repl_shortcut
Last active September 20, 2023 09:20
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"],