Skip to content

Instantly share code, notes, and snippets.

View richcsmith's full-sized avatar

Rich Smith richcsmith

View GitHub Profile
@nuxlli
nuxlli / sublime_text_2_useful_shortcuts.md
Created September 9, 2011 18:51 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 - Useful Shortcuts

Tested in Mac OS X: super == command

Open/Goto


  • super+t: go to file
  • super+ctrl+p: go to project
  • super+r: go to methods
@bloqhead
bloqhead / day-settings.json
Last active January 1, 2016 11:39
My Sublime Text settings based on time of day and ambient lighting. I plug them in via the Fetch plugin -- http://net.tutsplus.com/articles/news/introducing-nettuts-fetch/
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.light.tmTheme",
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": false,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.pyc",