Skip to content

Instantly share code, notes, and snippets.

@balanceiskey
balanceiskey / keybindings.js
Last active August 29, 2015 14:15
Sublime Keybindings
[
{ "keys": ["ctrl+s"], "command": "toggle_side_bar" },
{ "keys": ["super+shift+w"], "command": "close_all" },
{ "keys": ["super+alt+w"], "command": "close_others" },
// Pane jumping for adults (via origami)
{ "keys": ["L"], "command": "travel_to_pane", "args": {"direction": "right"}, "context": [{"key": "setting.command_mode", "operand": true}]},
{ "keys": ["H"], "command": "travel_to_pane", "args": {"direction": "left"}, "context": [{"key": "setting.command_mode", "operand": true}]},
{ "keys": ["J"], "command": "travel_to_pane", "args": {"direction": "down"}, "context": [{"key": "setting.command_mode", "operand": true}]},
{ "keys": ["K"], "command": "travel_to_pane", "args": {"direction": "up"}, "context": [{"key": "setting.command_mode", "operand": true}]},
@balanceiskey
balanceiskey / 0_reuse_code.js
Created November 18, 2015 17:33
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@balanceiskey
balanceiskey / esnextbin.md
Created February 12, 2016 14:45
esnextbin sketch
@balanceiskey
balanceiskey / esnextbin.md
Last active February 18, 2016 16:41
esnextbin sketch

Using GitHub for image storage...