Last active
July 9, 2018 10:52
-
-
Save eddysapata/aef14bcd1e87f0f7a3df40d9e8517783 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "keys": ["ctrl+o"], "command": "fuzzy_start_from_file" }, | |
{ "keys": ["ctrl+shift+o"], "command": "fuzzy_bookmarks_load" }, | |
{ | |
"keys": ["ctrl+shift+r"], | |
"command": "reveal_in_side_bar" | |
//"command": "focus_file_on_sidebar" | |
}, | |
{ | |
"keys": ["ctrl+alt+n"], | |
"command": "side_bar_copy_name" | |
//"command": "focus_file_on_sidebar" | |
}, | |
{ | |
"keys": ["ctrl+f5"], | |
"command": "package_reloader_reload" | |
}, | |
{ | |
"keys": ["ctrl+shift+o"], | |
"command": "sesame_open" | |
}, | |
{ | |
"keys": ["ctrl+shift+c"], | |
"command": "copy_relative_path" | |
}, | |
{ | |
"keys": ["ctrl+shift+e"], | |
"command": "toggle_side_bar" | |
}, | |
{ | |
"keys": ["ctrl+shift+t"], | |
"command": "reopen_last_file" | |
}, | |
{ | |
"keys": ["alt+down"], | |
"command": "move_to", | |
"args": {"to": "bol", "extend": false} | |
}, | |
{ | |
"keys": ["alt+up"], | |
"command": "move_to", | |
"args": {"to": "eol", "extend": false} | |
}, | |
{ | |
"keys": ["ctrl+shift+\\"], | |
//"command": "open_terminal" | |
"command": "terminal_view_open" | |
}, | |
{ | |
"keys": ["ctrl+shift+alt+w"], | |
"command": "yii_attributes" | |
}, | |
{ | |
"keys": ["ctrl+shift+alt+w+d"], | |
"command": "insert_snippet", | |
"args": { | |
"name": "Packages/User/yiiAttributes.sublime-snippet" | |
} | |
}, | |
{ | |
"keys": ["ctrl+v"], | |
"command": "paste_and_indent" | |
}, | |
{ | |
"keys": ["ctrl+q"], | |
"command": "right_delete" | |
}, | |
{ | |
"keys": ["ctrl+shift+w"], | |
"command": "right_delete" | |
}, | |
{ | |
"keys": ["ctrl+shift+v"], | |
"command": "paste" | |
}, | |
{ | |
"keys": ["shift+delete"], | |
"command": "right_delete" | |
}, | |
{ "keys": ["ctrl+alt+n"], "command": "advanced_new_file_new"}, | |
{ "keys": ["shift+ctrl+alt+n"], "command": "advanced_new_file_new", "args": {"is_python": true}}, | |
{ | |
"keys": ["tab"], | |
"command": "insert", | |
"args": {"characters": "\t"}, | |
"context": [{ | |
"key": "setting.anf_panel" | |
}] | |
}, | |
{ | |
"keys": ["alt+\\"], | |
"command": "focus_side_bar" | |
}, | |
{ "keys": ["shift+escape"], "command": "jump_to_last_region" }, | |
{ "keys": ["ctrl+alt+r"], "command": "remove_empty_regions" }, | |
{ "keys": ["ctrl+alt+u"], "command": "add_last_selection" }, | |
{ "keys": ["shift+alt+c"], "command": "cycle_through_regions" }, | |
{ "keys": ["shift+alt+n"], "command": "normalize_region_ends" }, | |
{ "keys": ["shift+alt+,"], "command": "split_selection" }, | |
{ "keys": ["shift+alt+s"], "command": "strip_selection" }, | |
{ "keys": ["shift+alt+r"], "command": "remove_empty_regions", "context": | |
[ | |
{"key": "setting.is_widget", "operator": "equal", "operand": false} | |
] | |
}, | |
{ | |
"keys": ["tab"], | |
"command": "expand_abbreviation_by_tab", | |
// put comma-separated syntax selectors for which | |
// you want to expandEmmet abbreviations into "operand" key | |
// instead of SCOPE_SELECTOR. | |
// Examples: source.js, text.html - source | |
"context": [ | |
{ | |
"operand": "meta.group.braces.round.js, text.html", | |
"operator": "equal", | |
"match_all": true, | |
"key": "selector" | |
}, | |
// run only if there's no selected text | |
{ | |
"match_all": true, | |
"key": "selection_empty" | |
}, | |
// don't work if there are active tabstops | |
{ | |
"operator": "equal", | |
"operand": false, | |
"match_all": true, | |
"key": "has_next_field" | |
}, | |
// don't work if completion popup is visible and you | |
// want to insert completion with Tab. If you want to | |
// expand Emmet with Tab even if popup is visible -- | |
// remove this section | |
{ | |
"operand": false, | |
"operator": "equal", | |
"match_all": true, | |
"key": "auto_complete_visible" | |
}, | |
{ | |
"match_all": true, | |
"key": "is_abbreviation" | |
} | |
] | |
}, | |
//Ace jump | |
{ | |
"keys": ["ctrl+shift+;"], | |
"command": "ace_jump_word" | |
}, | |
{ | |
"keys": ["ctrl+shift+'"], | |
"command": "ace_jump_char" | |
}, | |
{ | |
"keys": ["ctrl+shift+."], | |
"command": "ace_jump_line" | |
}, | |
{ | |
"keys": ["ctrl+shift+,"], | |
"command": "ace_jump_within_line" | |
}, | |
{ | |
"keys": ["alt+;"], | |
"command": "ace_jump_select" | |
}, | |
{ | |
"keys": ["alt+'"], | |
"command": "ace_jump_add_cursor" | |
}, | |
{ | |
"keys": ["alt+."], | |
"command": "ace_jump_after" | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"A File Icon", | |
"AceJump", | |
"AdvancedNewFile", | |
"Alignment", | |
"All Autocomplete", | |
"AutoFileName", | |
"AutoSetSyntax", | |
"Babel", | |
"Boxy Theme", | |
"BracketHighlighter", | |
"Color Highlighter", | |
"Color Scheme - Sleeplessmind", | |
"ColorPicker", | |
"ColorSchemeEditor", | |
"Compare Side-By-Side", | |
"Console Wrap", | |
"Copy Relative Path", | |
"DA CS", | |
"DocBlockr", | |
"Emmet", | |
"Emmet Css Snippets", | |
"ES6-Toolkit", | |
"Focus File on Sidebar", | |
"FuzzyFileNav", | |
"FuzzyFilePath", | |
"Git", | |
"GitGutter", | |
"HighlightWords", | |
"HTML-CSS-JS Prettify", | |
"InsertDate", | |
"Javascript Beautify", | |
"JavaScript Completions", | |
"jQuery", | |
"JSON Reindent", | |
"Keymaps", | |
"Lodash Completions", | |
"MoveTab", | |
"MultiEditUtils", | |
"Package Control", | |
"PackageResourceViewer", | |
"PowerCursors", | |
"React Development Snippets", | |
"Sesame", | |
"Show Open Files", | |
"SideBarEnhancements", | |
"SnippetMaker", | |
"Terminal", | |
"TerminalView", | |
"Theme - Cobalt2", | |
"Theme - Soda SolarizedDark", | |
"Theme - SoDaReloaded", | |
"Visual Studio Dark", | |
"Yii2 Snippets" | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"always_show_minimap_viewport": true, | |
"auto_complete": true, | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 1, | |
"caret_extra_top": 1, | |
"caret_extra_width": 1, | |
"caret_style": "blink", | |
"color_scheme": "Packages/DA CS/Monokai Machine.tmTheme", | |
"default_encoding": "UTF-8", | |
"detect_indentation": true, | |
"fade_fold_buttons": false, | |
"folder_exclude_patterns": | |
[ | |
".git", | |
".bundle", | |
".sass-cache" | |
], | |
"font_face": "Ubuntu Mono", | |
"font_size": 15, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"overlay_scroll_bars": "enabled", | |
"show_encoding": true, | |
"show_line_endings": true, | |
"soda_classic_tabs": true, | |
"soda_folder_icons": false, | |
"tab_size": 2, | |
"theme": "Cobalt2.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment