Skip to content

Instantly share code, notes, and snippets.

# 少し凝った zshrc
# License : MIT
# http://mollifier.mit-license.org/
########################################
# 環境変数
export LANG=ja_JP.UTF-8
# 色を使用出来るようにする
@biriken-jp
biriken-jp / composer.json
Created April 22, 2015 04:13
composer.json
{
"name":"",
"repositories": [
{
"type": "pear",
"url": "http://pear.php.net/"
}
],
"require": {
"sculpin/sculpin": "~2.0",
@biriken-jp
biriken-jp / .ideavimrc
Last active August 29, 2015 14:19
ideavimのKeyMap
# ホームに配置(~/)
######### 設定 #########
#ハイライト
set hlsearch
# FPSっぽいキーバインド
######### 通常モード #########
@biriken-jp
biriken-jp / .vimperatorrc
Last active August 29, 2015 14:19
vimperatorrc
set defsearch=google
set hlsearch
map w <Up>
map s <Down>
map <C-a> <A-Left>
map <C-d> <A-Right>