Skip to content

Instantly share code, notes, and snippets.

@anonymelon
Last active August 29, 2015 14:11
Show Gist options
  • Save anonymelon/4a4541f08c663ebeeeb7 to your computer and use it in GitHub Desktop.
Save anonymelon/4a4541f08c663ebeeeb7 to your computer and use it in GitHub Desktop.
Sublime Text3

Sublime Text3 Tips

Plugins

Keyboard shortcuts

  • ctrl+x cut one row
  • ctrl+shift+d copy select or one row then paste
  • ctrl+k+b hide projects
  • ctrl+k ctrl+1 collapse all the functions

Settings

Mac

{
    "color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
    "font_size": 16,
    "http_proxy": "http://localhost:8118",
    "https_proxy": "http://localhost:8118",
    "ignored_packages": [
        "Vintage"
    ],
    "tab_size": 4,
    "translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment