Last active
October 10, 2015 15:07
Revisions
-
drublic revised this gist
Sep 9, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -22,6 +22,7 @@ [ "Vintage" ], "indent_guide_options": ["draw_normal", "draw_active"], "line_padding_bottom": 1, "line_padding_top": 1, "rulers": -
drublic revised this gist
May 8, 2013 . 2 changed files with 23 additions and 18 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,10 @@ { "keys": ["ctrl+shift+j"], "command": "js_run" }, // Paste and indent { "keys": ["super+v"], "command": "paste_and_indent" }, { "keys": ["super+shift+v"], "command": "paste" }, // Insert console.log { "keys": ["super+shift+l"], "command": "insert_snippet", 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 charactersOriginal file line number Diff line number Diff line change @@ -1,36 +1,37 @@ { "bold_folder_labels": true, "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", "draw_white_space": "all", "ensure_newline_at_eof_on_save": true, "file_exclude_patterns": [ ".DS_Store", ".gitkeep" ], "folder_exclude_patterns": [ ".git", ".sass-cache", "tmp" ], "font_face": "Source Code Pro", "font_size": 12.0, "highlight_line": true, "highlight_modified_tabs": true, "ignored_packages": [ "Vintage" ], "line_padding_bottom": 1, "line_padding_top": 1, "rulers": [ 80 ], "scroll_past_end": true, "tab_completion": true, "tab_size": 4, "theme": "Soda Light.sublime-theme", "translate_tabs_to_spaces": false, "trim_trailing_white_space_on_save": true } -
drublic revised this gist
Jan 29, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ [ { "keys": ["ctrl+alt+f"], "command": "use_it" }, { "keys": ["ctrl+tab"], "command": "prev_view_in_stack" }, { "keys": ["ctrl+shift+tab"], "command": "next_view_in_stack" }, -
drublic revised this gist
Jan 29, 2013 . 1 changed file with 20 additions and 21 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,25 +1,24 @@ [ { "keys": ["ctrl+alt+f"], "command": "use_it" }, { "keys": ["ctrl+tab"], "command": "prev_view_in_stack" }, { "keys": ["ctrl+shift+tab"], "command": "next_view_in_stack" }, { "keys": ["ctrl+shift+j"], "command": "js_run" }, // Insert console.log { "keys": ["super+shift+l"], "command": "insert_snippet", "args": { "contents": "console.log(${1:}$SELECTION);${0}" } }, // Insert var_dump { "keys": ["super+shift+k"], "command": "insert_snippet", "args": { "contents": "var_dump(${1:}$SELECTION);${0}" } } ] -
drublic revised this gist
Jan 29, 2013 . 2 changed files with 31 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ [ { "keys": ["ctrl+alt+f"], "command": "use_it" }, { "keys": ["ctrl+tab"], "command": "prev_view_in_stack" }, { "keys": ["ctrl+shift+tab"], "command": "next_view_in_stack" }, { "keys": ["ctrl+shift+j"], "command": "js_run" }, // Insert console.log { "keys": ["super+shift+l"], "command": "insert_snippet", "args": { "contents": "console.log(${1:}$SELECTION);${0}" } }, // Insert var_dump { "keys": ["super+shift+k"], "command": "insert_snippet", "args": { "contents": "var_dump(${1:}$SELECTION);${0}" } } ] 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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,5 @@ { "bold_folder_labels": true, "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", @@ -15,19 +14,23 @@ "tmp" ], "font_face": "Source Code Pro", "font_size": 12.0, "highlight_modified_tabs": true, "highlight_line": true, "draw_white_space": "all", "line_padding_top": 1, "line_padding_bottom": 1, "tab_completion": true, "tab_size": 4, "translate_tabs_to_spaces": false, "trim_trailing_white_space_on_save": true, "ensure_newline_at_eof_on_save": true, "scroll_past_end": true, "rulers": [80], "ignored_packages": ["Vintage"] } -
drublic revised this gist
Sep 12, 2012 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ { "bold_folder_labels": true, "highlight_modified_tabs": true, "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", @@ -29,4 +30,4 @@ "ensure_newline_at_eof_on_save": true, "rulers": [80] } -
drublic renamed this gist
Sep 12, 2012 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
drublic revised this gist
Sep 12, 2012 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,3 @@ { "bold_folder_labels": true, @@ -19,6 +18,8 @@ "highlight_line": true, "draw_white_space": "all", "line_padding_top": 1, "line_padding_bottom": 1, "tab_completion": false, @@ -28,4 +29,4 @@ "ensure_newline_at_eof_on_save": true, "rulers": [80] } -
drublic created this gist
Sep 12, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,31 @@ { "bold_folder_labels": true, "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", "file_exclude_patterns": [ ".DS_Store", ".gitkeep" ], "folder_exclude_patterns": [ ".git", ".sass-cache", "tmp" ], "font_size": 12.0, "highlight_line": true, "draw_white_space": "all", "tab_completion": false, "tab_size": 4, "translate_tabs_to_spaces": false, "trim_trailing_white_space_on_save": true, "ensure_newline_at_eof_on_save": true, "rulers": [80] }