Skip to content

Instantly share code, notes, and snippets.

@RodneyWeis
RodneyWeis / gist:baadccf67d8dc74ca41e
Created January 7, 2016 18:20 — forked from Eric-Guo/gist:2011069
Sublime Text 2 - Useful Shortcuts (Windows 7 CHS)

Sublime Text 2 – Useful Shortcuts (PC)

Loosely ordered with the commands used most towards the top. Sublime also offer full documentation.

Editing

Ctrl+⇧+K delete line
Ctrl+↩ insert line after
Ctrl+⇧+↩ insert line before
Ctrl+⇧+↑ move line (or selection) up
@dfkaye
dfkaye / sublime-text-2-cheat-win
Last active December 16, 2015 08:38
Sublime Text 2 cheat sheet for Windows - ST2 is amazing
These are my own commands, shortcuts, configurations for sublime text 2 on windows
There's also a really good one at http://www.sublimetext.com/forum/viewtopic.php?f=2&t=10615.
sublime text 2 documentation at
http://www.sublimetext.com/docs/2/
preferences
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible).
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export.
var FORMAT_ONELINE = 'One-line';
var FORMAT_MULTILINE = 'Multi-line';
var FORMAT_PRETTY = 'Pretty';
var LANGUAGE_JS = 'JavaScript';
var LANGUAGE_PYTHON = 'Python';
@dumaurier
dumaurier / dabblet.css
Created December 23, 2011 04:17
CSS Filters!
/**
* CSS Filters!
*/
img{
margin:5px;
}
img:nth-of-type(1){