I hereby claim:
- I am sjahl on github.
- I am roguetortoise (https://keybase.io/roguetortoise) on keybase.
- I have a public key ASBlw0AvDVWyLjchV13YsGwjaThkq8HnyFF46H7tBfE2bAo
To claim this, I am signing this object:
<?xml version="1.0" encoding="UTF-8"?> | |
<opml version="1.0"> | |
<head> | |
<title>RSS subscriptions for redacted</title> | |
<dateCreated>Fri, 19 Jan 2018 14:13:10 -0600</dateCreated> | |
<ownerEmail>redacted</ownerEmail> | |
</head> | |
<body> | |
<outline text="Code as Craft" title="Code as Craft" type="rss" xmlUrl="http://codeascraft.etsy.com/feed/" htmlUrl="https://codeascraft.com"/> | |
<outline text="Daring Fireball" title="Daring Fireball" type="rss" xmlUrl="http://daringfireball.net/index.xml" htmlUrl="https://daringfireball.net/"/> |
I hereby claim:
To claim this, I am signing this object:
bind-key J resize-pane -D 5 | |
bind-key K resize-pane -U 5 | |
bind-key H resize-pane -L 5 | |
bind-key L resize-pane -R 5 |
/* See LICENSE file for copyright and license details. */ | |
/* appearance */ | |
static const char font[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*"; | |
static const char normbordercolor[] = "#404040"; | |
static const char normbgcolor[] = "#282828"; | |
static const char normfgcolor[] = "#ffffff"; | |
static const char selbordercolor[] = "#FFB200"; | |
static const char selbgcolor[] = "#666666"; | |
static const char selfgcolor[] = "#ffffff"; |