Skip to content

Instantly share code, notes, and snippets.

@rishpandey
Last active November 28, 2018 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rishpandey/ae863fb810defed711ff00084e7ef26e to your computer and use it in GitHub Desktop.
Save rishpandey/ae863fb810defed711ff00084e7ef26e to your computer and use it in GitHub Desktop.
sublime-setting
[
{ "keys": ["super+k", "super+shift+x"], "command": "destroy_pane", "args": {"direction": "self"} },
{ "keys": ["super+shift+u"], "command": "find_use" },
]
[
{
"button": "button1",
"count": 1,
"modifiers": ["alt"],
"press_command": "drag_select",
"command": "goto_definition"
}
]
[
{
"keys": ["super+k", "super+f"],
"command": "phpcs_fix_this_file",
"args": { "tool": "Fixer" }
},
{
"keys": ["ctrl+shift+o"],
"command": "prompt_open_folder",
},
{
"keys": ["ctrl+shift+u"],
"command": "find_use",
},
]
{
"language_default_version":
{
"php": "php"
}
}
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"3024 Color Scheme",
"AdvancedNewFile",
"All Autocomplete",
"auto-save",
"BracketHighlighter",
"CloseMinimapOnMultiView",
"Colorsublime",
"DevDocs offline",
"Emmet",
"GitGutter",
"Glue",
"Go To Definition",
"HTML-CSS-JS Prettify",
"Laravel 5 Artisan",
"Laravel 5 Snippets",
"LoremIpsum",
"Materialize",
"Origami",
"Package Control",
"PackageResourceViewer",
"Path Tools",
"PHP Companion",
"Phpcs",
"SideBarEnhancements",
"SublimeLinter",
"SublimeLinter-annotations",
"SublimeOnSaveBuild",
"Sync Settings",
"TerminalView",
"TodoReview",
"TypeScript Syntax",
"Vue Syntax Highlight",
"Vuejs Snippets"
]
}
{
"shell_cmd": "~/.config/composer/vendor/bin/php-cs-fixer fix '$file' --rules=@PSR2"
}
{
"phpcs_php_path": "/Users/rish/.composer/vendor/bin//phpcbf",
"phpcs_executable_path": "/Users/rish/.composer/vendor/bin//phpcs",
"phpmd_executable_path": "/Users/rish/.composer/vendor/bin//phpmd",
"php_cs_fixer_executable_path": "/Users/rish/.composer/vendor/bin//php-cs-fixer",
"phpcs_show_errors_on_save": false,
"phpcs_outline_for_errors": false,
"php_cs_fixer_on_save": false
}
{
"always_show_minimap_viewport": false,
"auto_find_in_selection": true,
"bold_folder_labels": true,
"caret_extra_width": 2,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/Colorsublime - Themes/BlackRain.tmTheme",
"copy_with_empty_selection": true,
"create_window_at_startup": false,
"detect_indentation": true,
"dictionary": "Packages/Language - English/en_GB.dic",
"drag_text": false,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".hg",
".sass-cache",
".svn",
"bin",
"CVS",
"tmp"
],
"font_face": "Fira Code Light",
"font_options":
[
"subpixel_antialias"
],
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"match_brackets_angle": true,
"overlay_scroll_bars": "enabled",
"remember_full_screen": true,
"show_minimap": false,
"show_panel_on_build": false,
"tab_height": "20",
"theme": "Material Vim Blackboard.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
{
"filename_filter": "\\.(css|js|sass|less|scss|php)$",
"build_on_save": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment