Skip to content

Instantly share code, notes, and snippets.

@reecer
reecer / user.sublime-keymap
Created April 2, 2014 22:27
Sublime Text multiple cursor key binding
[
{ "keys": ["alt+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["alt+down"], "command": "select_lines", "args": {"forward": true} },
]
@reecer
reecer / GNOME disable static dual monitor
Created March 15, 2014 22:14
When switching between workspaces, the secondary monitor will switch as well.
gsettings set org.gnome.shell.overrides workspaces-only-on-primary false
//
// This server will start a bash shell and expose it
// over socket.io to a browser. See ./term.html for the
// client side.
//
// You should probably:
//
// npm install socket.io
// curl -O https://github.com/LearnBoost/Socket.IO/raw/master/socket.io.min.js
//