mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 15:11:55 +00:00
backing up sublime settings
This commit is contained in:
38
Packages/SublimeREPL/config/Python/Default.sublime-commands
Normal file
38
Packages/SublimeREPL/config/Python/Default.sublime-commands
Normal file
@@ -0,0 +1,38 @@
|
||||
[
|
||||
{
|
||||
"caption": "SublimeREPL: Python",
|
||||
"command": "run_existing_window_command", "args":
|
||||
{
|
||||
"id": "repl_python",
|
||||
"file": "config/Python/Main.sublime-menu"
|
||||
}
|
||||
},
|
||||
{
|
||||
"caption": "SublimeREPL: Python - PDB current file",
|
||||
"command": "run_existing_window_command", "args":
|
||||
{
|
||||
"id": "repl_python_pdb",
|
||||
"file": "config/Python/Main.sublime-menu"
|
||||
}
|
||||
},
|
||||
{
|
||||
"caption": "SublimeREPL: Python - RUN current file",
|
||||
"command": "run_existing_window_command", "args":
|
||||
{
|
||||
"id": "repl_python_run",
|
||||
"file": "config/Python/Main.sublime-menu"
|
||||
}
|
||||
},
|
||||
{
|
||||
"command": "python_virtualenv_repl",
|
||||
"caption": "SublimeREPL: Python - virtualenv"
|
||||
},
|
||||
{
|
||||
"caption": "SublimeREPL: Python - IPython",
|
||||
"command": "run_existing_window_command", "args":
|
||||
{
|
||||
"id": "repl_python_ipython",
|
||||
"file": "config/Python/Main.sublime-menu"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user