2014-05-01から1ヶ月間の記事一覧

シェルで拡張子変更

sh

markdown を md に変更してみる % for i in *.markdown; do mv $i ${i%markdown}md; done

syntasticでperlのsyntaxcheckが動かなくなった件

RTFC 3.4.0 Syntax checker changes: Disable the perl checker by default, for security reasons (lcd047) https://github.com/scrooloose/syntastic/wiki/Changelog https://github.com/scrooloose/syntastic/wiki/Perl%3A---perl#security let g:syntast…

Alignta 空白で整列

vim

GitHub - h1mesuke/vim-alignta: Align Them All! :'<,'>Alignta <<0 \ /2選択範囲内をマージンをとらず、2つめの空白で整列 before color main-head blue default bold color main-tag yellow default bold color main-local-tag yellow default color main…