Skip to content

Instantly share code, notes, and snippets.

@thedanheller
Created January 23, 2017 21:05
Show Gist options
  • Save thedanheller/2e589d34621440d142b7faf5ce753bda to your computer and use it in GitHub Desktop.
Save thedanheller/2e589d34621440d142b7faf5ce753bda to your computer and use it in GitHub Desktop.
dot & config files files
{
"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"
}
[
{ "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