backing up sublime settings

This commit is contained in:
2014-04-04 11:21:58 -04:00
commit 2cbece8593
274 changed files with 23793 additions and 0 deletions

View File

@@ -0,0 +1,70 @@
[
{
"id": "tools",
"children":
[{
"caption": "SublimeREPL",
"mnemonic": "r",
"id": "SublimeREPL",
"children":
[
{"caption": "Eval in REPL",
"children":
[
{"caption": "Selection", "command": "repl_transfer_current", "args": {"scope": "selection"}},
{"caption": "File", "command": "repl_transfer_current", "args": {"scope": "file"}},
{"caption": "Lines", "command": "repl_transfer_current", "args": {"scope": "lines"}},
{"caption": "Block", "command": "repl_transfer_current", "args": {"scope": "block"}}
]},
{"caption": "Transfer to REPL",
"children":
[
{"caption": "Selection", "command": "repl_transfer_current", "args": {"scope": "selection", "action":"view_write"}},
{"caption": "File", "command": "repl_transfer_current", "args": {"scope": "file", "action":"view_write"}},
{"caption": "Lines", "command": "repl_transfer_current", "args": {"scope": "lines", "action":"view_write"}},
{"caption": "Block", "command": "repl_transfer_current", "args": {"scope": "block", "action":"view_write"}}
]
},
{ "caption": "-" }
]
}]
},
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[
{
"caption": "SublimeREPL",
"children":
[
{
"command": "open_file", "args":
{
"file": "${packages}/SublimeREPL/SublimeREPL.sublime-settings"
},
"caption": "Settings Default"
},
{
"command": "open_file", "args":
{
"file": "${packages}/User/SublimeREPL.sublime-settings"
},
"caption": "Settings User"
},
{ "caption": "-" }
]
}
]
}
]
}
]