Skip to content

Instantly share code, notes, and snippets.

View princepk007's full-sized avatar

Javaid princepk007

  • Pakistan
  • 10:25 (UTC +05:00)
View GitHub Profile
@nktstudios
nktstudios / SublimeREPL Python Shortcut
Created June 4, 2020 17:12
SublimeREPL Python Shortcut
[
{
"keys": ["ctrl+alt+b"], "command": "run_existing_window_command", "args":
{
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
}
}
]