Skip to content

Instantly share code, notes, and snippets.

View ksteigerwald's full-sized avatar

Kris ksteigerwald

View GitHub Profile
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"strict": true,
"strictNullChecks": false,
"strictPropertyInitialization": false,
// "implicitProjectConfig.experimentalDecorator": true,
"jsx": "preserve",
"importHelpers": true,
@ksteigerwald
ksteigerwald / gist:250c34d7c0f2325ff3900dc0c658ed0e
Created February 1, 2018 00:18
Verifying my Blockstack ID is secured with the address 13vD4kJd4oZMJBFTQyZAqCDfoaJMxc9WSK
https://explorer.blockstack.org/address/13vD4kJd4oZMJBFTQyZAqCDfoaJMxc9WSK
0xa35EF7864Dc53583C3205843694610B073CC4437
0xE3Af82E76ea98616205bf526Aa3B403e8845F270
0xf26EC370E2941a7131b31cBFFF4D5C6B3D8b22b9
0x422244F99c97993cFE5CA3B2E1A4Be589df24080
execute pathogen#infect()
syntax on
filetype plugin indent on
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
set tabstop=2
set softtabstop=2
set shiftwidth=2
@ksteigerwald
ksteigerwald / inputrc
Created March 21, 2012 19:49
Input RC
"\e[A": history-search-backward
"\e[B": history-search-forward
"\e[C": forward-char
"\e[D": backward-char
"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[5~": beginning-of-history
"\e[6~": end-of-history
"\e[3~": delete-char
"\e[2~": quoted-insert