Sublime: new packages, key bindings and settings.

This commit is contained in:
Artem Sapegin 2013-04-25 23:54:44 +04:00
parent 84636be8bd
commit 0d7b554528
3 changed files with 5 additions and 1 deletions

View File

@ -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":

View File

@ -5,9 +5,11 @@
"AdvancedNewFile",
"CoffeeScript",
"DocBlockr",
"eco",
"EditorConfig",
"Emmet",
"GitGutter",
"Handlebars",
"Hayaku - tools for writing CSS faster",
"Inc-Dec-Value",
"MarkdownEditing",

View File

@ -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)",