Archive for category Linux
PHPで指定したメソッドを動的に削除する
こんなことができるらしいのです。
Read the rest of this entry »
コマンドラインから複数ファイルの文字列を置換する
Posted by paz in Linux on 8月 25th, 2010
忘れないようにメモだけ。
Read the rest of this entry »
Vimで括弧の中を削除する
Posted by paz in Linux on 8月 19th, 2010
これ、便利。
nanoantさんに教えてもらったのでメモだけ。
vimのコマンドを組み合わせると括弧の中だけ削除することができるみたいです。
以下、備忘録。
| dib | ()内を削除 |
| dab | ()ごと削除 |
| diB | {}内を削除 |
| daB | {}ごと削除 |
ビジュアルモードを使っているうちは初心者だ、というのをどこかで聞いた気がしますが、奥深すぎます。
bashでGitのコマンドを補完する
Posted by paz in Linux on 8月 12th, 2010
これは設定しておくべきかも。
Read the rest of this entry »
diffでリモートファイルと差分をとる
Posted by paz in Linux on 8月 11th, 2010
できたのでやり方だけ。
Read the rest of this entry »
Vimで単語を補完する
Posted by paz in Linux on 8月 9th, 2010
もっとはやく調べるべきだったかなーと。
Read the rest of this entry »