This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set defsearch=google | |
| set hlsearch | |
| map w <Up> | |
| map s <Down> | |
| map <C-a> <A-Left> | |
| map <C-d> <A-Right> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ホームに配置(~/) | |
| ######### 設定 ######### | |
| #ハイライト | |
| set hlsearch | |
| # FPSっぽいキーバインド | |
| ######### 通常モード ######### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name":"", | |
| "repositories": [ | |
| { | |
| "type": "pear", | |
| "url": "http://pear.php.net/" | |
| } | |
| ], | |
| "require": { | |
| "sculpin/sculpin": "~2.0", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 少し凝った zshrc | |
| # License : MIT | |
| # http://mollifier.mit-license.org/ | |
| ######################################## | |
| # 環境変数 | |
| export LANG=ja_JP.UTF-8 | |
| # 色を使用出来るようにする |