Sublime: new packages, key bindings and settings.
This commit is contained in:
parent
84636be8bd
commit
0d7b554528
@ -4,6 +4,8 @@
|
|||||||
{ "keys": ["super+v"], "command": "paste_and_indent" },
|
{ "keys": ["super+v"], "command": "paste_and_indent" },
|
||||||
{ "keys": ["super+shift+v"], "command": "paste" },
|
{ "keys": ["super+shift+v"], "command": "paste" },
|
||||||
{ "keys": ["f3"], "command": "find_next" },
|
{ "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)
|
// Wrap with quotes and brackets without autopairing (auto_match_enabled=false)
|
||||||
{ "keys": ["\""], "command": "insert_snippet", "args": {"contents": "\"${0:$SELECTION}\""}, "context":
|
{ "keys": ["\""], "command": "insert_snippet", "args": {"contents": "\"${0:$SELECTION}\""}, "context":
|
||||||
|
@ -5,9 +5,11 @@
|
|||||||
"AdvancedNewFile",
|
"AdvancedNewFile",
|
||||||
"CoffeeScript",
|
"CoffeeScript",
|
||||||
"DocBlockr",
|
"DocBlockr",
|
||||||
|
"eco",
|
||||||
"EditorConfig",
|
"EditorConfig",
|
||||||
"Emmet",
|
"Emmet",
|
||||||
"GitGutter",
|
"GitGutter",
|
||||||
|
"Handlebars",
|
||||||
"Hayaku - tools for writing CSS faster",
|
"Hayaku - tools for writing CSS faster",
|
||||||
"Inc-Dec-Value",
|
"Inc-Dec-Value",
|
||||||
"MarkdownEditing",
|
"MarkdownEditing",
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"color_scheme": "Packages/User/Tomorrow.tmTheme",
|
"color_scheme": "Packages/User/Tomorrow.tmTheme",
|
||||||
"create_window_at_startup": false,
|
"create_window_at_startup": false,
|
||||||
"default_line_ending": "unix",
|
"default_line_ending": "unix",
|
||||||
"detect_indentation": false,
|
"detect_indentation": true,
|
||||||
"detect_slow_plugins": false,
|
"detect_slow_plugins": false,
|
||||||
"drag_text": true,
|
"drag_text": true,
|
||||||
"fallback_encoding": "Cyrillic (Windows 1251)",
|
"fallback_encoding": "Cyrillic (Windows 1251)",
|
||||||
|
Loading…
Reference in New Issue
Block a user