Update Sublime config.
This commit is contained in:
parent
5a9dcd767b
commit
fec4993f18
@ -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": ":"} }
|
||||
]
|
@ -12,6 +12,8 @@
|
||||
"Handlebars",
|
||||
"Hayaku - tools for writing CSS faster",
|
||||
"Inc-Dec-Value",
|
||||
"JavaScript Refactor",
|
||||
"Koken",
|
||||
"MarkdownEditing",
|
||||
"Package Control",
|
||||
"Stylus",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user