Created
January 23, 2017 21:05
-
-
Save thedanheller/2e589d34621440d142b7faf5ce753bda to your computer and use it in GitHub Desktop.
dot & config files files
This file contains hidden or 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
Show hidden characters
{ | |
"Seti_ClosedFolder_remove": false, | |
"Seti_SB_bright": true, | |
"Seti_SB_med": true, | |
"Seti_lime_tab": true, | |
"Seti_lime_tabclose": true, | |
"Seti_orange_button": true, | |
"Seti_sb_small_padding": true, | |
"Seti_tabs_small": true, | |
"binary_file_patterns": | |
[ | |
"*.dds", | |
"*.eot", | |
"*.gif", | |
"*.ico", | |
"*.jar", | |
"*.jpeg", | |
"*.jpg", | |
"*.pdf", | |
"*.png", | |
"*.swf", | |
"*.tga", | |
"*.ttf", | |
"*.zip", | |
"/Users/cin_dprates/dev/daniloprates.github.io/_site/**", | |
"node_modules/**" | |
], | |
"color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme", | |
"copy_with_empty_selection": false, | |
"font_size": 15, | |
"ignored_packages": | |
[ | |
"Insert Nums", | |
"SublimeLinter", | |
"Terminal", | |
"Vintage" | |
], | |
"open_files_in_new_window": false, | |
"show_encoding": true, | |
"theme": "Seti.sublime-theme" | |
} |
This file contains hidden or 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": ["super+i"], "command": "increment"}, | |
{ "keys": ["super+d"], "command": "decrement"}, | |
{ "keys": ["super+ctrl+b"], "command": "toggle_bookmark" }, | |
// { "keys": ["super+b"], "command": "next_bookmark" }, | |
{ "keys": ["super+shift+b"], "command": "prev_bookmark" }, | |
{ "keys": ["super+y"], "command": "redo" }, | |
{ "keys": ["super+shift+r"], "command": "reveal_in_side_bar"}, | |
{ "keys": ["super+shift+c"], "command": "insert_snippet", "args": { "name": "Packages/User/liquid-comment.sublime-snippet" } } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment