Skip to content

Instantly share code, notes, and snippets.

@rish
rish / lets split build guide.md
Created April 18, 2017 11:40 — forked from nicinabox/lets split build guide.md
This guide covers building a Let's Split v2.

This guide is moving

To improve collaboration this guide is moving to GitHub. Continue reading


An Overly Verbose Guide to Building a Let's Split Keyboard

This guide covers building a Let's Split v2. Order your parts and read over this guide while you wait.

defaults write NSGlobalDomain KeyRepeat -int 0
defaults write NSGlobalDomain InitialKeyRepeat -int 12
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
@rish
rish / .vimrc
Created May 24, 2016 10:09
Sample vimrc
set nocompatible
execute pathogen#infect()
let mapleader = " "
set backspace=2
set nobackup
set nowritebackup
set noswapfile