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+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":
|
||||
|
@ -5,9 +5,11 @@
|
||||
"AdvancedNewFile",
|
||||
"CoffeeScript",
|
||||
"DocBlockr",
|
||||
"eco",
|
||||
"EditorConfig",
|
||||
"Emmet",
|
||||
"GitGutter",
|
||||
"Handlebars",
|
||||
"Hayaku - tools for writing CSS faster",
|
||||
"Inc-Dec-Value",
|
||||
"MarkdownEditing",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"color_scheme": "Packages/User/Tomorrow.tmTheme",
|
||||
"create_window_at_startup": false,
|
||||
"default_line_ending": "unix",
|
||||
"detect_indentation": false,
|
||||
"detect_indentation": true,
|
||||
"detect_slow_plugins": false,
|
||||
"drag_text": true,
|
||||
"fallback_encoding": "Cyrillic (Windows 1251)",
|
||||
|
Loading…
Reference in New Issue
Block a user