Skip to content

Instantly share code, notes, and snippets.

{
"v": "5.7.8",
"fr": 30,
"ip": 0,
"op": 150,
"w": 500,
"h": 500,
"layers": [
{
"ddd": 0,
SpecialKey xxx term=bold ctermfg=2 guifg=cyan
EndOfBuffer xxx links to NonText
NonText xxx term=bold cterm=bold ctermfg=4 guifg=cyan
Directory xxx term=bold ctermfg=6 guifg=Cyan
ErrorMsg xxx term=standout cterm=bold ctermfg=7 ctermbg=1 guifg=white guibg=red
IncSearch xxx term=reverse ctermfg=11 ctermbg=10 gui=reverse guifg=#b0ffff guibg=#2050d0
Search xxx term=reverse ctermfg=248 ctermbg=12 guifg=gray80 guibg=#445599
MoreMsg xxx term=bold ctermfg=2 guifg=SeaGreen
ModeMsg xxx term=bold ctermfg=130 guifg=SkyBlue
@afterefx
afterefx / keybase.md
Created March 26, 2017 05:47
keybase.md

Keybase proof

I hereby claim:

  • I am afterefx on github.
  • I am carlic578 (https://keybase.io/carlic578) on keybase.
  • I have a public key ASBbETjpqbau_JMaMMDubRkgRWPQO-QTyFt2dqDvUlgX-Ao

To claim this, I am signing this object:

@afterefx
afterefx / zshrc
Last active December 16, 2015 16:40
# Lines configured by zsh-newuser-install
HISTFILE=~/.zsh_history
HISTSIZE=1000
SAVEHIST=1000
setopt appendhistory autocd beep extendedglob nomatch
unsetopt notify
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/%n/.zshrc'
@afterefx
afterefx / .gitconfig
Created October 12, 2011 17:25
Gitconfig for public
[alias]
svnup = svn rebase --all
ci = commit
st = status
co = checkout
br = branch
[user]
name =
email =
@afterefx
afterefx / derekwyatt vimrc
Created August 16, 2010 04:39
someone elses vim config
"-----------------------------------------------------------------------------
" Global Stuff
"-----------------------------------------------------------------------------
" Set filetype stuff to on
filetype on
filetype plugin on
filetype indent on
" Tabstops are 4 spaces