Skip to content

Instantly share code, notes, and snippets.

@dy-dx
Last active May 30, 2018 15:35
Show Gist options
  • Select an option

  • Save dy-dx/10658232 to your computer and use it in GitHub Desktop.

Select an option

Save dy-dx/10658232 to your computer and use it in GitHub Desktop.

Revisions

  1. dy-dx revised this gist May 30, 2018. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions Package Control.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -34,6 +34,8 @@
    "Origami",
    "Package Control",
    "Processing",
    "Pug",
    "Python 3",
    "Ruby Slim",
    "Rust Enhanced",
    "RustFmt",
    @@ -42,10 +44,12 @@
    "SublimeLinter",
    "SublimeLinter-coffeelint",
    "SublimeLinter-eslint",
    "SublimeLinter-flow",
    "SublimeLinter-shellcheck",
    "SublimeLinter-stylelint",
    "Theme - Flatland",
    "ToggleQuotes",
    "TOML",
    "x86 and x86_64 Assembly"
    ],
    "submit_usage": false
  2. dy-dx revised this gist May 30, 2018. 2 changed files with 27 additions and 11 deletions.
    13 changes: 12 additions & 1 deletion Default (OSX).sublime-keymap
    Original file line number Diff line number Diff line change
    @@ -10,7 +10,7 @@

    [
    { "keys": ["ctrl+super+a"], "command": "alignment" }
    , { "keys": ["ctrl+shift+q"], "command": "blame" }
    , { "keys": ["ctrl+shift+q"], "command": "git_blame" }

    , { "keys": ["ctrl+tab"], "command": "next_view" }
    , { "keys": ["ctrl+shift+tab"], "command": "prev_view" }
    @@ -19,10 +19,21 @@
    , { "keys": ["alt+shift+r"], "command": "reveal_in_side_bar"}


    /* same as pagedown https://www.gnu.org/software/emacs/manual/html_node/emacs/Moving-Point.html */
    , { "keys": ["ctrl+v"], "command": "move", "args": {"by": "pages", "forward": true } }
    , { "keys": ["ctrl+shift+v"], "command": "move", "args": {"by": "pages", "forward": true, "extend": true } }
    /* same as pageup */
    , { "keys": ["alt+v"], "command": "move", "args": {"by": "pages", "forward": false } }
    , { "keys": ["alt+shift+v"], "command": "move", "args": {"by": "pages", "forward": false, "extend": true } }

    /* same as alt+delete */
    , { "keys": ["ctrl+alt+d"], "command": "delete_word", "args": { "forward": true, "sub_words": false } }
    /* same as ctrl+delete */
    , { "keys": ["ctrl+alt+shift+d"], "command": "delete_word", "args": { "forward": true, "sub_words": true } }
    /* same as alt+backspace */
    , { "keys": ["ctrl+alt+h"], "command": "delete_word", "args": { "forward": false, "sub_words": false } }
    /* same as ctrl+backspace */
    , { "keys": ["ctrl+alt+shift+h"], "command": "delete_word", "args": { "forward": false, "sub_words": true } }


    /* same as ctrl+right */
    25 changes: 15 additions & 10 deletions Package Control.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,47 +1,52 @@
    {
    "auto_upgrade": false,
    "in_process_packages":
    [
    ],
    "installed_packages":
    [
    "ActionScript 3",
    "Alignment",
    "Babel",
    "Better CoffeeScript",
    "CakePHP (tmbundle)",
    "CoffeeScriptHaml",
    "Cucumber",
    "CUDA C++",
    "Dockerfile Syntax Highlighting",
    "EasyMotion",
    "EditorConfig",
    "Elixir",
    "Elm Language Support",
    "Git",
    "GitGutter",
    "Github Tools",
    "GitHubinator",
    "GL Shader Validator",
    "GoSublime",
    "Gutter Color",
    "Inc-Dec-Value",
    "Increment Selection",
    "Jade",
    "JsFormat",
    "JsPrettier",
    "Jump Along Indent",
    "LESS",
    "Markdown Preview",
    "MarkdownPreview",
    "OpenGL Shading Language (GLSL)",
    "Origami",
    "Package Control",
    "Processing",
    "Ruby Slim",
    "Rust",
    "Select Quoted",
    "Rust Enhanced",
    "RustFmt",
    "Sass",
    "Stylus",
    "SublimeLinter",
    "SublimeLinter-coffeelint",
    "SublimeLinter-jshint",
    "Syntax Highlighting for Sass",
    "SublimeLinter-eslint",
    "SublimeLinter-shellcheck",
    "SublimeLinter-stylelint",
    "Theme - Flatland",
    "ToggleQuotes",
    "X86 and X86_64 assembly"
    ]
    "x86 and x86_64 Assembly"
    ],
    "submit_usage": false
    }
  3. dy-dx revised this gist May 9, 2018. 2 changed files with 11 additions and 0 deletions.
    10 changes: 10 additions & 0 deletions Default (OSX).sublime-keymap
    Original file line number Diff line number Diff line change
    @@ -10,6 +10,7 @@

    [
    { "keys": ["ctrl+super+a"], "command": "alignment" }
    , { "keys": ["ctrl+shift+q"], "command": "blame" }

    , { "keys": ["ctrl+tab"], "command": "next_view" }
    , { "keys": ["ctrl+shift+tab"], "command": "prev_view" }
    @@ -32,7 +33,9 @@
    , { "keys": ["alt+shift+b"], "command": "move", "args": {"by": "subwords", "forward": false, "extend": true} }

    , { "keys": ["ctrl+alt+f"], "command": "move", "args": {"by": "words", "forward": true} }
    , { "keys": ["ctrl+alt+shift+f"], "command": "move", "args": {"by": "words", "forward": true, "extend": true} }
    , { "keys": ["ctrl+alt+b"], "command": "move", "args": {"by": "words", "forward": false} }
    , { "keys": ["ctrl+alt+shift+b"], "command": "move", "args": {"by": "words", "forward": false, "extend": true} }


    /* same as super+left */
    @@ -125,9 +128,16 @@
    , { "keys": ["ctrl+["], "command": "hide_overlay", "context":
    [{ "key": "overlay_visible", "operator": "equal", "operand": true }]
    }
    , { "keys": ["ctrl+["], "command": "hide_popup", "context":
    [{ "key": "popup_visible", "operator": "equal", "operand": true }]
    }
    , { "keys": ["ctrl+["], "command": "hide_auto_complete", "context":
    [{ "key": "auto_complete_visible", "operator": "equal", "operand": true }]
    }
    /* EasyMotion deactivate */
    , { "keys": ["ctrl+["], "command": "deactivate_jump_targets", "context":
    [{"key": "setting.easy_motion_mode"}]
    }

    /*
    Double tap ctrl+r to reverse selections
    1 change: 1 addition & 0 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    {
    "always_show_minimap_viewport": true,
    "close_windows_when_empty": true,
    "caret_style": "blink",
    "color_scheme": "Packages/User/Flatland Dark (SL).tmTheme",
    "ensure_newline_at_eof_on_save": true,
    "file_exclude_patterns":
  4. dy-dx revised this gist Aug 22, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Default (OSX).sublime-keymap
    Original file line number Diff line number Diff line change
    @@ -98,7 +98,7 @@
    , { "keys": ["alt+]"], "command": "focus_neighboring_group" }
    /* same as super+k, super+left */
    , { "keys": ["alt+shift+tab"], "command": "focus_neighboring_group", "args": {"forward": false} }
    , { "keys": ["alt+["], "command": "focus_neighboring_group" }
    , { "keys": ["alt+["], "command": "focus_neighboring_group", "args": {"forward": false} }
    /* same as super+k, super+shift+right */
    , { "keys": ["alt+shift+]"], "command": "move_to_neighboring_group" }
    /* same as super+k, super+shift+left */
  5. dy-dx revised this gist Jul 29, 2015. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion PHP.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,8 @@
    {
    "tab_size": 4
    "extensions":
    [
    "ctp",
    "ctpm"
    ],
    "tab_size": 4
    }
  6. dy-dx revised this gist Jun 18, 2015. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions Default (OSX).sublime-keymap
    Original file line number Diff line number Diff line change
    @@ -133,4 +133,6 @@
    Double tap ctrl+r to reverse selections
    */
    , { "keys": ["ctrl+r", "ctrl+r"], "command": "permute_selection", "args": {"operation": "reverse"} }

    , { "keys": ["alt+super+r"], "command": "reveal_in_side_bar"}
    ]
  7. dy-dx revised this gist Jun 17, 2015. 1 changed file with 10 additions and 0 deletions.
    10 changes: 10 additions & 0 deletions Package Control.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,12 +1,19 @@
    {
    "in_process_packages":
    [
    ],
    "installed_packages":
    [
    "ActionScript 3",
    "Alignment",
    "Better CoffeeScript",
    "CakePHP (tmbundle)",
    "CoffeeScriptHaml",
    "Cucumber",
    "CUDA C++",
    "EasyMotion",
    "EditorConfig",
    "Elm Language Support",
    "Git",
    "GitGutter",
    "Github Tools",
    @@ -15,17 +22,20 @@
    "GoSublime",
    "Gutter Color",
    "Inc-Dec-Value",
    "Increment Selection",
    "Jade",
    "JsFormat",
    "Jump Along Indent",
    "LESS",
    "Markdown Preview",
    "OpenGL Shading Language (GLSL)",
    "Origami",
    "Package Control",
    "Processing",
    "Ruby Slim",
    "Rust",
    "Select Quoted",
    "Stylus",
    "SublimeLinter",
    "SublimeLinter-coffeelint",
    "SublimeLinter-jshint",
  8. dy-dx revised this gist Jun 17, 2015. 2 changed files with 6 additions and 1 deletion.
    3 changes: 3 additions & 0 deletions PHP.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    {
    "tab_size": 4
    }
    4 changes: 3 additions & 1 deletion Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    {
    "always_show_minimap_viewport": true,
    "close_windows_when_empty": true,
    "color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
    "color_scheme": "Packages/User/Flatland Dark (SL).tmTheme",
    "ensure_newline_at_eof_on_save": true,
    "file_exclude_patterns":
    [
    @@ -18,11 +18,13 @@
    "tmp",
    "log",
    "node_modules",
    "bower_components",
    ".bundle",
    ".sass-cache"
    ],
    "font_face": "Inconsolata",
    "font_size": 16.0,
    "gutter": true,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
  9. dy-dx revised this gist Oct 28, 2014. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions Default (OSX).sublime-keymap
    Original file line number Diff line number Diff line change
    @@ -31,6 +31,9 @@
    , { "keys": ["alt+b"], "command": "move", "args": {"by": "subwords", "forward": false} }
    , { "keys": ["alt+shift+b"], "command": "move", "args": {"by": "subwords", "forward": false, "extend": true} }

    , { "keys": ["ctrl+alt+f"], "command": "move", "args": {"by": "words", "forward": true} }
    , { "keys": ["ctrl+alt+b"], "command": "move", "args": {"by": "words", "forward": false} }


    /* same as super+left */
    , { "keys": ["ctrl+a"], "command": "move_to", "args": {"to": "bol"} }
  10. dy-dx revised this gist Oct 10, 2014. 2 changed files with 6 additions and 3 deletions.
    4 changes: 2 additions & 2 deletions Default (OSX).sublime-keymap
    Original file line number Diff line number Diff line change
    @@ -9,9 +9,9 @@


    [
    { "keys": ["ctrl+super+a"], "command": "alignment" },
    { "keys": ["ctrl+super+a"], "command": "alignment" }

    { "keys": ["ctrl+tab"], "command": "next_view" }
    , { "keys": ["ctrl+tab"], "command": "next_view" }
    , { "keys": ["ctrl+shift+tab"], "command": "prev_view" }
    , { "keys": ["super+k", "super+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"} }
    , { "keys": ["super+t"], "command": "new_file" }
    5 changes: 4 additions & 1 deletion Package Control.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,9 @@
    "EditorConfig",
    "Git",
    "GitGutter",
    "Github Tools",
    "GitHubinator",
    "GL Shader Validator",
    "GoSublime",
    "Gutter Color",
    "Inc-Dec-Value",
    @@ -29,6 +31,7 @@
    "SublimeLinter-jshint",
    "Syntax Highlighting for Sass",
    "Theme - Flatland",
    "ToggleQuotes"
    "ToggleQuotes",
    "X86 and X86_64 assembly"
    ]
    }
  11. dy-dx revised this gist Sep 30, 2014. 3 changed files with 6 additions and 1 deletion.
    3 changes: 3 additions & 0 deletions CoffeeScript.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    {
    "binDir": "/Users/chris/.nvm/current/bin/"
    }
    1 change: 0 additions & 1 deletion Default (OSX).sublime-keymap
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,3 @@

    /* default keybindings I've overridden */

    /* { "keys": ["ctrl+tab"], "command": "next_view_in_stack" }, */
    3 changes: 3 additions & 0 deletions Package Control.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,12 @@
    {
    "installed_packages":
    [
    "Alignment",
    "Better CoffeeScript",
    "CoffeeScriptHaml",
    "Cucumber",
    "EasyMotion",
    "EditorConfig",
    "Git",
    "GitGutter",
    "GitHubinator",
    @@ -14,6 +16,7 @@
    "Jade",
    "JsFormat",
    "Jump Along Indent",
    "LESS",
    "Markdown Preview",
    "OpenGL Shading Language (GLSL)",
    "Origami",
  12. dy-dx revised this gist Sep 30, 2014. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion Default (OSX).sublime-keymap
    Original file line number Diff line number Diff line change
    @@ -10,15 +10,19 @@


    [
    { "keys": ["ctrl+super+a"], "command": "alignment" },

    { "keys": ["ctrl+tab"], "command": "next_view" }
    , { "keys": ["ctrl+shift+tab"], "command": "prev_view" }
    , { "keys": ["super+k", "super+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"} }
    , { "keys": ["super+t"], "command": "new_file" }
    , { "keys": ["alt+shift+r"], "command": "reveal_in_side_bar"}


    /* same as alt+delete */
    , { "keys": ["ctrl+alt+d"], "command": "delete_word", "args": { "forward": true, "sub_words": false } }
    /* same as ctrl+delete */
    , { "keys": ["ctrl+alt+d"], "command": "delete_word", "args": { "forward": true, "sub_words": true } }
    , { "keys": ["ctrl+alt+shift+d"], "command": "delete_word", "args": { "forward": true, "sub_words": true } }


    /* same as ctrl+right */
  13. dy-dx revised this gist Aug 5, 2014. 1 changed file with 6 additions and 4 deletions.
    10 changes: 6 additions & 4 deletions Default (OSX).sublime-keymap
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,4 @@

    /* default keybindings I've overridden */

    /* { "keys": ["ctrl+tab"], "command": "next_view_in_stack" }, */
    @@ -33,10 +34,11 @@
    /* same as super+shift+left */
    , { "keys": ["ctrl+shift+a"], "command": "move_to", "args": {"to": "bol", "extend": true} }

    /* same as super+up */
    // , { "keys": ["alt+p"], "command": "move_to", "args": {"to": "bof"} }
    /* same as super+down */
    // , { "keys": ["alt+n"], "command": "move_to", "args": {"to": "eof"} }

    /* same as ctrl+alt+[up/down] */
    , { "keys": ["ctrl+alt+p"], "command": "scroll_lines", "args": {"amount": 1.0} }
    , { "keys": ["ctrl+alt+n"], "command": "scroll_lines", "args": {"amount": -1.0} }


    , { "keys": ["alt+p"], "command": "inc_dec_value", "args": { "action": "inc_min" } }
    , { "keys": ["alt+n"], "command": "inc_dec_value", "args": { "action": "dec_min" } }
  14. dy-dx revised this gist Aug 5, 2014. 2 changed files with 1 addition and 2 deletions.
    1 change: 0 additions & 1 deletion Default (OSX).sublime-keymap
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,3 @@

    /* default keybindings I've overridden */

    /* { "keys": ["ctrl+tab"], "command": "next_view_in_stack" }, */
    2 changes: 1 addition & 1 deletion Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    {
    "always_show_minimap_viewport": true,
    "close_windows_when_empty": true,
    "color_scheme": "Packages/User/Flatland Dark (SL).tmTheme",
    "color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
    "ensure_newline_at_eof_on_save": true,
    "file_exclude_patterns":
    [
  15. dy-dx revised this gist Aug 1, 2014. 3 changed files with 40 additions and 6 deletions.
    28 changes: 25 additions & 3 deletions Default (OSX).sublime-keymap
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,4 @@

    /* default keybindings I've overridden */

    /* { "keys": ["ctrl+tab"], "command": "next_view_in_stack" }, */
    @@ -34,15 +35,31 @@
    , { "keys": ["ctrl+shift+a"], "command": "move_to", "args": {"to": "bol", "extend": true} }

    /* same as super+up */
    , { "keys": ["alt+p"], "command": "move_to", "args": {"to": "bof"} }
    // , { "keys": ["alt+p"], "command": "move_to", "args": {"to": "bof"} }
    /* same as super+down */
    , { "keys": ["alt+n"], "command": "move_to", "args": {"to": "eof"} }
    // , { "keys": ["alt+n"], "command": "move_to", "args": {"to": "eof"} }

    , { "keys": ["alt+p"], "command": "inc_dec_value", "args": { "action": "inc_min" } }
    , { "keys": ["alt+n"], "command": "inc_dec_value", "args": { "action": "dec_min" } }

    , { "keys": ["alt+shift+p"], "command": "inc_dec_value", "args": { "action": "inc_max" } }
    , { "keys": ["alt+shift+n"], "command": "inc_dec_value", "args": { "action": "dec_max" } }

    , { "keys": ["ctrl+alt+shift+p"], "command": "inc_dec_value", "args": { "action": "inc_all" } }
    , { "keys": ["ctrl+alt+shift+n"], "command": "inc_dec_value", "args": { "action": "dec_all" } }

    /*
    , {"keys": ["alt+u"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": false}}
    , {"keys": ["alt+d"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": true}}
    , {"keys": ["shift+alt+u"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": false, "extend": true}}
    , {"keys": ["shift+alt+d"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": true, "extend": true}}
    */


    , { "keys": ["alt+u"], "command": "jump_prev_indent" }
    , { "keys": ["alt+shift+u"], "command": "jump_prev_indent", "args": { "extend_selection": true} }
    , { "keys": ["alt+d"], "command": "jump_next_indent" }
    , { "keys": ["alt+shift+d"], "command": "jump_next_indent", "args": { "extend_selection": true} }


    /* same as ctrl+super+up */
    @@ -104,4 +121,9 @@
    , { "keys": ["ctrl+["], "command": "hide_auto_complete", "context":
    [{ "key": "auto_complete_visible", "operator": "equal", "operand": true }]
    }
    ]

    /*
    Double tap ctrl+r to reverse selections
    */
    , { "keys": ["ctrl+r", "ctrl+r"], "command": "permute_selection", "args": {"operation": "reverse"} }
    ]
    9 changes: 8 additions & 1 deletion Package Control.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -9,16 +9,23 @@
    "GitGutter",
    "GitHubinator",
    "GoSublime",
    "Gutter Color",
    "Inc-Dec-Value",
    "Jade",
    "JsFormat",
    "Jump Along Indent",
    "Markdown Preview",
    "OpenGL Shading Language (GLSL)",
    "Origami",
    "Processing",
    "Ruby Slim",
    "Rust",
    "Select Quoted",
    "SublimeLinter",
    "SublimeLinter-coffeelint",
    "SublimeLinter-jshint",
    "Syntax Highlighting for Sass",
    "Theme - Flatland"
    "Theme - Flatland",
    "ToggleQuotes"
    ]
    }
    9 changes: 7 additions & 2 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -19,16 +19,21 @@
    "log",
    "node_modules",
    ".bundle",
    "viewthespace/app/assets/fonts",
    "viewthespace/db/table_restore_list.txt"
    ".sass-cache"
    ],
    "font_face": "Inconsolata",
    "font_size": 16.0,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
    "Vintage"
    ],
    "indent_guide_options":
    [
    "draw_normal",
    "draw_active"
    ],
    "margin": 2,
    "open_files_in_new_window": false,
    "rulers":
  16. dy-dx revised this gist May 19, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion SublimeLinter.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -12,7 +12,7 @@
    "args": [],
    "excludes": [],
    "max_line_length": {
    "level": "warn",
    "level": "ignore",
    "limitComments": true,
    "name": "max_line_length",
    "value": 100
  17. dy-dx revised this gist May 19, 2014. 2 changed files with 1 addition and 3 deletions.
    1 change: 0 additions & 1 deletion Default (OSX).sublime-keymap
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,3 @@

    /* default keybindings I've overridden */

    /* { "keys": ["ctrl+tab"], "command": "next_view_in_stack" }, */
    3 changes: 1 addition & 2 deletions Package Control.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -15,11 +15,10 @@
    "Processing",
    "Ruby Slim",
    "Rust",
    "Sass",
    "SCSS",
    "SublimeLinter",
    "SublimeLinter-coffeelint",
    "SublimeLinter-jshint",
    "Syntax Highlighting for Sass",
    "Theme - Flatland"
    ]
    }
  18. dy-dx revised this gist May 19, 2014. 3 changed files with 10 additions and 4 deletions.
    2 changes: 1 addition & 1 deletion Default (OSX).sublime-keymap
    Original file line number Diff line number Diff line change
    @@ -105,4 +105,4 @@
    , { "keys": ["ctrl+["], "command": "hide_auto_complete", "context":
    [{ "key": "auto_complete_visible", "operator": "equal", "operand": true }]
    }
    ]
    ]
    8 changes: 6 additions & 2 deletions Package Control.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -8,14 +8,18 @@
    "Git",
    "GitGutter",
    "GitHubinator",
    "Haml",
    "GoSublime",
    "Jade",
    "JsFormat",
    "Origami",
    "Processing",
    "Ruby Slim",
    "Rust",
    "Sass",
    "SCSS",
    "SublimeLinter",
    "SublimeLinter-coffeelint",
    "SublimeLinter-jshint",
    "Syntax Highlighting for Sass"
    "Theme - Flatland"
    ]
    }
    4 changes: 3 additions & 1 deletion Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    {
    "always_show_minimap_viewport": true,
    "close_windows_when_empty": true,
    "color_scheme": "Packages/User/Monokai (SL).tmTheme",
    "color_scheme": "Packages/User/Flatland Dark (SL).tmTheme",
    "ensure_newline_at_eof_on_save": true,
    "file_exclude_patterns":
    [
    @@ -35,7 +35,9 @@
    [
    90
    ],
    "scroll_past_end": true,
    "show_full_path": true,
    "show_minimap": false,
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "tree_animation_enabled": false,
  19. dy-dx renamed this gist Apr 14, 2014. 1 changed file with 11 additions and 11 deletions.
    Original file line number Diff line number Diff line change
    @@ -1,15 +1,15 @@
    /*
    default keybindings I've overridden
    { "keys": ["ctrl+tab"], "command": "next_view_in_stack" },
    { "keys": ["ctrl+shift+tab"], "command": "prev_view_in_stack" },
    { "keys": ["super+k", "super+w"], "command": "delete_to_mark" },
    { "keys": ["super+t"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
    { "keys": ["ctrl+shift+p"], "command": "show_scope_name" },
    { "keys": ["super+k", "super+t"], "command": "fold_tag_attributes" },
    */
    [

    /* default keybindings I've overridden */

    /* { "keys": ["ctrl+tab"], "command": "next_view_in_stack" }, */
    /* { "keys": ["ctrl+shift+tab"], "command": "prev_view_in_stack" }, */
    /* { "keys": ["super+k", "super+w"], "command": "delete_to_mark" }, */
    /* { "keys": ["super+t"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} }, */
    /* { "keys": ["ctrl+shift+p"], "command": "show_scope_name" }, */
    /* { "keys": ["super+k", "super+t"], "command": "fold_tag_attributes" }, */


    [
    { "keys": ["ctrl+tab"], "command": "next_view" }
    , { "keys": ["ctrl+shift+tab"], "command": "prev_view" }
    , { "keys": ["super+k", "super+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"} }
  20. dy-dx created this gist Apr 14, 2014.
    108 changes: 108 additions & 0 deletions Default (OSX).sublime-keymap #highlight-syntax-as.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,108 @@
    /*
    default keybindings I've overridden
    { "keys": ["ctrl+tab"], "command": "next_view_in_stack" },
    { "keys": ["ctrl+shift+tab"], "command": "prev_view_in_stack" },
    { "keys": ["super+k", "super+w"], "command": "delete_to_mark" },
    { "keys": ["super+t"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
    { "keys": ["ctrl+shift+p"], "command": "show_scope_name" },
    { "keys": ["super+k", "super+t"], "command": "fold_tag_attributes" },
    */
    [

    { "keys": ["ctrl+tab"], "command": "next_view" }
    , { "keys": ["ctrl+shift+tab"], "command": "prev_view" }
    , { "keys": ["super+k", "super+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"} }
    , { "keys": ["super+t"], "command": "new_file" }
    , { "keys": ["alt+shift+r"], "command": "reveal_in_side_bar"}


    /* same as ctrl+delete */
    , { "keys": ["ctrl+alt+d"], "command": "delete_word", "args": { "forward": true, "sub_words": true } }


    /* same as ctrl+right */
    , { "keys": ["alt+f"], "command": "move", "args": {"by": "subword_ends", "forward": true} }
    , { "keys": ["alt+shift+f"], "command": "move", "args": {"by": "subword_ends", "forward": true, "extend": true} }
    /* same as ctrl+left */
    , { "keys": ["alt+b"], "command": "move", "args": {"by": "subwords", "forward": false} }
    , { "keys": ["alt+shift+b"], "command": "move", "args": {"by": "subwords", "forward": false, "extend": true} }


    /* same as super+left */
    , { "keys": ["ctrl+a"], "command": "move_to", "args": {"to": "bol"} }
    /* same as super+shift+left */
    , { "keys": ["ctrl+shift+a"], "command": "move_to", "args": {"to": "bol", "extend": true} }

    /* same as super+up */
    , { "keys": ["alt+p"], "command": "move_to", "args": {"to": "bof"} }
    /* same as super+down */
    , { "keys": ["alt+n"], "command": "move_to", "args": {"to": "eof"} }


    , {"keys": ["alt+u"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": false}}
    , {"keys": ["alt+d"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": true}}
    , {"keys": ["shift+alt+u"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": false, "extend": true}}
    , {"keys": ["shift+alt+d"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": true, "extend": true}}


    /* same as ctrl+super+up */
    , { "keys": ["ctrl+super+p"], "command": "swap_line_up" }
    /* same as ctrl+super+down */
    , { "keys": ["ctrl+super+n"], "command": "swap_line_down" }
    /* same as ctrl+shift+up */
    , { "keys": ["ctrl+shift+p"], "command": "select_lines", "args": {"forward": false} }
    /* same as ctrl+shift+down */
    , { "keys": ["ctrl+shift+n"], "command": "select_lines", "args": {"forward": true} }


    /* same as super+delete */
    , { "keys": ["ctrl+k"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete to Hard EOL.sublime-macro"} }
    /* same as super+backspace but soft version */
    , { "keys": ["ctrl+u"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete to BOL.sublime-macro"} }


    , { "keys": ["super+k", "super+u"], "command": "upper_case" }
    , { "keys": ["super+k", "super+l"], "command": "lower_case" }
    , { "keys": ["super+k", "super+s"], "command": "swap_case" }
    , { "keys": ["super+k", "super+t"], "command": "title_case" }




    /* same as super+k, super+right */
    , { "keys": ["alt+tab"], "command": "focus_neighboring_group" }
    , { "keys": ["alt+]"], "command": "focus_neighboring_group" }
    /* same as super+k, super+left */
    , { "keys": ["alt+shift+tab"], "command": "focus_neighboring_group", "args": {"forward": false} }
    , { "keys": ["alt+["], "command": "focus_neighboring_group" }
    /* same as super+k, super+shift+right */
    , { "keys": ["alt+shift+]"], "command": "move_to_neighboring_group" }
    /* same as super+k, super+shift+left */
    , { "keys": ["alt+shift+["], "command": "move_to_neighboring_group", "args": {"forward": false} }




    /*
    Binding "ctrl+[" to behave like "escape"
    */
    , { "keys": ["ctrl+["], "command": "single_selection", "context":
    [{ "key": "num_selections", "operator": "not_equal", "operand": 1 }]
    }
    , { "keys": ["ctrl+["], "command": "clear_fields", "context":
    [{ "key": "has_next_field", "operator": "equal", "operand": true }]
    }
    , { "keys": ["ctrl+["], "command": "clear_fields", "context":
    [{ "key": "has_prev_field", "operator": "equal", "operand": true }]
    }
    , { "keys": ["ctrl+["], "command": "hide_panel", "args": {"cancel": true}, "context":
    [{ "key": "panel_visible", "operator": "equal", "operand": true }]
    }
    , { "keys": ["ctrl+["], "command": "hide_overlay", "context":
    [{ "key": "overlay_visible", "operator": "equal", "operand": true }]
    }
    , { "keys": ["ctrl+["], "command": "hide_auto_complete", "context":
    [{ "key": "auto_complete_visible", "operator": "equal", "operand": true }]
    }
    ]
    3 changes: 3 additions & 0 deletions Go.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    {
    "tab_size": 4
    }
    21 changes: 21 additions & 0 deletions Package Control.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    {
    "installed_packages":
    [
    "Better CoffeeScript",
    "CoffeeScriptHaml",
    "Cucumber",
    "EasyMotion",
    "Git",
    "GitGutter",
    "GitHubinator",
    "Haml",
    "Jade",
    "JsFormat",
    "Ruby Slim",
    "Rust",
    "SublimeLinter",
    "SublimeLinter-coffeelint",
    "SublimeLinter-jshint",
    "Syntax Highlighting for Sass"
    ]
    }
    44 changes: 44 additions & 0 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,44 @@
    {
    "always_show_minimap_viewport": true,
    "close_windows_when_empty": true,
    "color_scheme": "Packages/User/Monokai (SL).tmTheme",
    "ensure_newline_at_eof_on_save": true,
    "file_exclude_patterns":
    [
    ".DS_Store",
    ".tddium"
    ],
    "fold_buttons": false,
    "folder_exclude_patterns":
    [
    ".git",
    ".hg",
    ".svn",
    "CVS",
    "tmp",
    "log",
    "node_modules",
    ".bundle",
    "viewthespace/app/assets/fonts",
    "viewthespace/db/table_restore_list.txt"
    ],
    "font_face": "Inconsolata",
    "font_size": 16.0,
    "highlight_line": true,
    "ignored_packages":
    [
    "Vintage"
    ],
    "margin": 2,
    "open_files_in_new_window": false,
    "rulers":
    [
    90
    ],
    "show_full_path": true,
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "tree_animation_enabled": false,
    "trim_trailing_white_space_on_save": true,
    "wide_caret": true
    }
    3 changes: 3 additions & 0 deletions Rust.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    {
    "tab_size": 4
    }
    53 changes: 53 additions & 0 deletions SublimeLinter.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,53 @@
    {
    "user": {
    "debug": false,
    "delay": 0.25,
    "error_color": "D02000",
    "gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
    "gutter_theme_excludes": [],
    "lint_mode": "background",
    "linters": {
    "coffeelint": {
    "@disable": false,
    "args": [],
    "excludes": [],
    "max_line_length": {
    "level": "warn",
    "limitComments": true,
    "name": "max_line_length",
    "value": 100
    }
    },
    "jshint": {
    "@disable": false,
    "args": [],
    "excludes": []
    }
    },
    "mark_style": "outline",
    "no_column_highlights_line": false,
    "paths": {
    "linux": [],
    "osx": [],
    "windows": []
    },
    "python_paths": {
    "linux": [],
    "osx": [],
    "windows": []
    },
    "rc_search_limit": 3,
    "shell_timeout": 10,
    "show_errors_on_save": false,
    "show_marks_in_minimap": true,
    "syntax_map": {
    "html (django)": "html",
    "html (rails)": "html",
    "html 5": "html",
    "php": "html",
    "python django": "python"
    },
    "warning_color": "DDB700",
    "wrap_find": true
    }
    }