2012-03-05から1日間の記事一覧

dotfilesをgithubで管理する!

dotfilesとは .vimrc とか .tmux.conf とか .screenrc とか .bashrc とか .zshrc とか、だいたいそういう設定ファイルの類です。それらをまとめてgithubで管理すると、どの環境でも git clone するだけで同期がとれてすごく便利です。 まあ ぶっちゃけそれだ…

Unite.vimでの隠しファイル表示(.で始まるファイル)(ドットファイル)

vim

普段はこんな感じのショートカットで使っている " バッファ一覧 nnoremap <silent> fb :<C-u>Unite buffer<CR> " ファイル一覧 nnoremap <silent> ff :<C-u>UniteWithBufferDir -buffer-name=dotfiles file<CR> " レジスタ一覧 nnoremap <silent> fr :<C-u>Unite -buffer-name=register register<CR> " 最近使用</cr></c-u></silent></cr></c-u></silent></cr></c-u></silent>…