Skip to content

Instantly share code, notes, and snippets.

@rodrigore
Last active December 7, 2016 12:40
Show Gist options
  • Save rodrigore/6eb911bfe8fc8e95224005c604843942 to your computer and use it in GitHub Desktop.
Save rodrigore/6eb911bfe8fc8e95224005c604843942 to your computer and use it in GitHub Desktop.

key repeat

defaults write com.sublimetext.3 ApplePressAndHoldEnabled -bool false

plugins

  • material theme
  • vintageous
  • editor config
  • phpcompanion
  • phpcs
@rodrigore
Copy link
Author

{
"always_show_minimap_viewport": true,
"auto_complete": false,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"font_size": 17,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_numbers": false,
"line_padding_bottom": 3,
"line_padding_top": 3,
"margin": 0,
"overlay_scroll_bars": "enabled",
"remember_full_screen": true,
"theme": "Material-Theme.sublime-theme",
"use_simple_full_screen": true,
"use_sort_length": true,
"vintageous_enable_cmdline_mode": true,
"vintageous_hlsearch": true,
"vintageous_use_ctrl_keys": true,
"origami_auto_close_empty_panes": true,
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment