Skip to content

Instantly share code, notes, and snippets.

@rainzoo
rainzoo / index.html
Created August 10, 2012 13:51 — forked from mbostock/.block
Circular Layout (Raindrops)
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Raindrops</title>
<script type="text/javascript" src="https://github.com/mbostock/d3/raw/v1.4.0/d3.js"></script>
<style type="text/css">
body {
background: #012;
@rainzoo
rainzoo / gist:3116988
Created July 15, 2012 13:47
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (PC)

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

Editing

Ctrl+C copy current line (if no selection)
Ctrl+X cut current line (if no selection)
Ctrl+⇧+K delete line
Ctrl+↩ insert line after