- emmet
- sidebar enhancement
- all auto complete
- auto file name
- advanced new file
- origami
first check sound is ok | |
screen scale to 150% | |
sublime font size 16 | |
sublime brekers or dropins theme | |
remove unwanted database from mysql | |
remove folder from sublime | |
use dell keyboard | |
use different user in chrome shibu | |
record should be in 60fps |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>Breakers</string> | |
<key>author</key> | |
<string>Sublime HQ Pty Ltd, Dmitri Voronianski</string> | |
<key>settings</key> | |
<array> |
[ | |
{ "keys": ["shift+tab"], "command": "expand_abbreviation_by_tab", | |
"context": [ | |
{ | |
"operand": "source.js", | |
"operator": "equal", | |
"match_all": true, | |
"key": "selector" | |
}, |
{ | |
"auto_complete_selector": "source, comment, text.plain, meta.tag, punctuation.definition.tag.begin, css", | |
"auto_complete_with_fields": true, | |
"auto_id_class": false, | |
"bold_folder_labels": false, | |
"caret_extra_width": 0, | |
"caret_style": "phase", | |
"color_inactive_tabs": true, | |
"color_scheme": "Packages/User/SublimeLinter/Breakers (SL).tmTheme", | |
"drag_text": false, |
sudo apt install gnome-shell-extensions
sudo apt install gnome-tweak-tool
sudo apt install chrome-gnome-shell
{ | |
"convert_path_in_windows" : "C:\\Program Files\\ImageMagick-6.9.4-Q8\\convert", | |
"convert_path" : "convert", | |
"fix_color_schemes" : true | |
} |
{ | |
"always_show_minimap_viewport": true, | |
"auto_complete_selector": "source, comment, text.plain, meta.tag, punctuation.definition.tag.begin, css", | |
"auto_complete_with_fields": true, | |
"auto_id_class": false, | |
"autoooooo_complete_commit_on_tab": true, | |
"bold_folder_labels": false, | |
"caret_extra_bottom": 0, | |
"caret_extra_top": 0, | |
"caret_extra_width": 2, |