diff --git a/keymaps/default.cson b/keymaps/default.cson index 226bd2deb..de0c1362b 100644 --- a/keymaps/default.cson +++ b/keymaps/default.cson @@ -192,41 +192,3 @@ 'ctrl-B': 'native!' 'ctrl-h': 'native!' 'ctrl-d': 'native!' - -# Not implemented -# 'body': -# # Core -# 'meta-alt-up': 'switch_file', 'args': {'extensions': ['cpp', 'cxx', 'cc', 'c', 'hpp', 'hxx', 'h', 'ipp', 'inl', 'm', 'mm']} -# 'meta-ctrl-shift-f': 'toggle_distraction_free' -# 'meta-shift-v': 'paste_and_indent' -# 'meta-ctrl-p': 'prompt_select_workspace' - -# 'alt-f2': 'context_menu' -# 'meta-k meta-y': 'yank' -# 'meta-k meta-c': 'show_at_center' -# 'ctrl-shift-w': 'insert_snippet', 'args': { 'name': 'Packages/XML/long-tag.sublime-snippet' } -# -# # Symbol View -# 'ctrl-minus': 'jump_back' -# 'ctrl-shift-minus': 'jump_forward' -# -# '.editor': -# # Core -# 'ctrl-alt-up': 'scroll_lines', 'args': {'amount': 1.0} -# 'ctrl-alt-down': 'scroll_lines', 'args': {'amount': -1.0} -# 'ctrl-tab': 'next_view_in_stack' -# 'ctrl-shift-tab': 'prev_view_in_stack' -# 'meta-shift-l': 'split_selection_into_lines' -# 'shift-tab': 'insert', 'args': {'characters': '\t'} -# 'meta-alt-.': 'close_tag' -# '/': 'close_tag', 'args': { 'insert_slash': true 'context': [ { 'key': 'selector', 'operator': 'equal', 'operand': '(text.html, text.xml) - string - comment', 'match_all': true { 'key': 'preceding_text', 'operator': 'regex_match', 'operand': '.*<$', 'match_all': true { 'key': 'setting.auto_close_tags' } ] } ] -# 'meta-shift-space': 'expand_selection', 'args': {'to': 'scope'} -# 'meta-l': 'expand_selection', 'args': {'to': 'line'} -# 'ctrl-shift-m': 'expand_selection', 'args': {'to': 'brackets'} -# 'meta-shift-j': 'expand_selection', 'args': {'to': 'indentation'} -# 'meta-shift-a': 'expand_selection', 'args': {'to': 'tag'} -# 'meta-alt-forward_slash': 'toggle_comment', 'args': { 'block': true } -# 'meta-alt-o': 'toggle_overwrite' -# 'f5': 'sort_lines', 'args': {'case_sensitive': false} -# 'ctrl-f5': 'sort_lines', 'args': {'case_sensitive': true} -# 'meta-k meta-t': 'fold_tag_attributes'