Update Sublime config.

This commit is contained in:
Artem Sapegin 2013-06-23 10:03:17 +04:00
parent 5a9dcd767b
commit fec4993f18
3 changed files with 4 additions and 28 deletions

View File

@ -5,32 +5,5 @@
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["f3"], "command": "find_next" },
{ "keys": ["super+r"], "command": "show_panel", "args": {"panel": "replace"} },
{ "keys": ["super+g"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
// Wrap with quotes and brackets without autopairing (auto_match_enabled=false)
{ "keys": ["\""], "command": "insert_snippet", "args": {"contents": "\"${0:$SELECTION}\""}, "context":
[
{ "key": "selection_empty", "operator": "equal", "operand": false, "match_all": true }
]
},
{ "keys": ["'"], "command": "insert_snippet", "args": {"contents": "'${0:$SELECTION}'"}, "context":
[
{ "key": "selection_empty", "operator": "equal", "operand": false, "match_all": true }
]
},
{ "keys": ["("], "command": "insert_snippet", "args": {"contents": "(${0:$SELECTION})"}, "context":
[
{ "key": "selection_empty", "operator": "equal", "operand": false, "match_all": true }
]
},
{ "keys": ["["], "command": "insert_snippet", "args": {"contents": "[${0:$SELECTION}]"}, "context":
[
{ "key": "selection_empty", "operator": "equal", "operand": false, "match_all": true }
]
},
{ "keys": ["{"], "command": "insert_snippet", "args": {"contents": "{${0:$SELECTION}}"}, "context":
[
{ "key": "selection_empty", "operator": "equal", "operand": false, "match_all": true }
]
}
{ "keys": ["super+g"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} }
]

View File

@ -12,6 +12,8 @@
"Handlebars",
"Hayaku - tools for writing CSS faster",
"Inc-Dec-Value",
"JavaScript Refactor",
"Koken",
"MarkdownEditing",
"Package Control",
"Stylus",

View File

@ -1,6 +1,7 @@
{
"auto_complete_delay": 1000,
"auto_match_enabled": false,
"caret_style": "phase",
"color_scheme": "Packages/User/Tomorrow.tmTheme",
"create_window_at_startup": false,
"default_line_ending": "unix",