Created
December 31, 2013 17:02
-
-
Save Veedrac/8199588 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
{ | |
"caption": "SublimeREPL: Python 3", | |
"command": "run_existing_window_command", "args": | |
{ | |
"id": "repl_python3", | |
"file": "config/Python3/Main.sublime-menu" | |
} | |
}, | |
{ | |
"caption": "SublimeREPL: Python 3 - PDB current file", | |
"command": "run_existing_window_command", "args": | |
{ | |
"id": "repl_python3_pdb", | |
"file": "config/Python3/Main.sublime-menu" | |
} | |
}, | |
{ | |
"caption": "SublimeREPL: Python 3 - RUN current file", | |
"command": "run_existing_window_command", "args": | |
{ | |
"id": "repl_python3_run", | |
"file": "config/Python3/Main.sublime-menu" | |
} | |
}, | |
{ | |
"command": "python3_virtualenv_repl", | |
"caption": "SublimeREPL: Python 3 - virtualenv" | |
}, | |
{ | |
"caption": "SublimeREPL: Python 3 - IPython", | |
"command": "run_existing_window_command", "args": | |
{ | |
"id": "repl_python3_ipython", | |
"file": "config/Python3/Main.sublime-menu" | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment