mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 23:21:55 +00:00
backing up sublime settings
This commit is contained in:
34
Packages/SublimeREPL/config/Shell/Main.sublime-menu
Normal file
34
Packages/SublimeREPL/config/Shell/Main.sublime-menu
Normal file
@@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"id": "tools",
|
||||
"children":
|
||||
[{
|
||||
"caption": "SublimeREPL",
|
||||
"mnemonic": "r",
|
||||
"id": "SublimeREPL",
|
||||
"children":
|
||||
[
|
||||
{"command": "repl_open",
|
||||
"caption": "Shell",
|
||||
"id": "repl_shell",
|
||||
"mnemonic": "s",
|
||||
"args": {
|
||||
"type": "subprocess",
|
||||
"encoding": {"windows": "$win_cmd_encoding",
|
||||
"linux": "utf-8",
|
||||
"osx": "utf-8"},
|
||||
"cmd": {"windows": ["cmd.exe"],
|
||||
"linux": ["bash", "-i"],
|
||||
"osx": ["bash", "-i"]},
|
||||
"cwd": "$file_path",
|
||||
"cmd_postfix": "\n",
|
||||
"env": {},
|
||||
"suppress_echo": true,
|
||||
"external_id": "shell",
|
||||
"syntax": "Packages/Text/Plain text.tmLanguage"
|
||||
}
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user