I hereby claim:
- I am lee0741 on github.
- I am lee0741 (https://keybase.io/lee0741) on keybase.
- I have a public key ASAHVl1lFLpTn93_RXaA0rJwwrF9DuhyJsAZqOAIKCQXbgo
To claim this, I am signing this object:
# Zplug | |
export ZPLUG_HOME=/usr/local/opt/zplug | |
source $ZPLUG_HOME/init.zsh | |
zplug "modules/completion", from:prezto | |
zplug "modules/directory", from:prezto | |
zplug "modules/git", from:prezto | |
#zplug "modules/history", from:prezto | |
zplug "modules/utility", from:prezto | |
#zplug install | |
zplug load |
map k nextTab | |
map j previousTab | |
map P pinTab | |
map f createTabbedHint | |
map F createHint |
I hereby claim:
To claim this, I am signing this object:
map "f" createTabbedHint | |
map "shift+f" createHint | |
map "k" nextTab | |
map "j" previousTab | |
map "l" goForward | |
map "h" goBack |
blockquote { | |
margin: 1em 2.5em; | |
} | |
blockquote:before { | |
font-family: Monaco, Consolas, "Lucida Console", monospace; | |
content: "“"; | |
font-size: 3em; | |
font-style: normal; | |
text-indent: -0.75em; |
alias cc='pygmentize -g' | |
function cl() { | |
cc $1 | less -R | |
} |
map <leader>j :%!python -m json.tool<CR> |
#! /usr/bin/env python | |
import sys, os, json, ic | |
import requests | |
import base64 #image handling import | |
api_key = #'YOUR DEVELOPER API KEY' http://imgur.com/register/api_anon | |
url = r'http://api.imgur.com/2/upload.json' | |
image_path = sys.argv[1] |
data:text/html;charset=utf-8, | |
<html> | |
<head> | |
<title>My Editor</title> | |
<style type="text/css"> | |
body, textarea { | |
background: #002b36; | |
margin: 0; | |
} | |
textarea { |