Skip to content

Instantly share code, notes, and snippets.

@jajabing
jajabing / gist:4575633
Created January 19, 2013 22:36 — forked from lucasfais/gist:1207002
sublimetext: useful keyboard shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
@jajabing
jajabing / gist:4385032
Created December 27, 2012 02:52
HTML: Starting template
<html>
<head>
<title>Testing</title>
</head>
<body>
<p>Testing gist</p>
</body>
</html>