diff --git a/sublime/User/Default (OSX).sublime-keymap b/sublime/User/Default (OSX).sublime-keymap index ae24a24..16a326c 100644 --- a/sublime/User/Default (OSX).sublime-keymap +++ b/sublime/User/Default (OSX).sublime-keymap @@ -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": ":"} } ] \ No newline at end of file diff --git a/sublime/User/Package Control.sublime-settings b/sublime/User/Package Control.sublime-settings index 38ceb40..2984707 100644 --- a/sublime/User/Package Control.sublime-settings +++ b/sublime/User/Package Control.sublime-settings @@ -12,6 +12,8 @@ "Handlebars", "Hayaku - tools for writing CSS faster", "Inc-Dec-Value", + "JavaScript Refactor", + "Koken", "MarkdownEditing", "Package Control", "Stylus", diff --git a/sublime/User/Preferences.sublime-settings b/sublime/User/Preferences.sublime-settings index 9da6c26..24c87f5 100644 --- a/sublime/User/Preferences.sublime-settings +++ b/sublime/User/Preferences.sublime-settings @@ -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",