エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Faster Grepping in Vim
We often search our projects for specific text within Vim like so: However, we have a need for sp... We often search our projects for specific text within Vim like so: However, we have a need for speed. How can we grep faster? Override to use The Silver Searcher grep is a built-in command of Vim. By default, it will use our system’s grep command. We can overwrite it to use The Silver Searcher’s ag command instead by putting this in our ~/.vimrc: " The Silver Searcher if executable('ag') " Use ag
2013/12/03 リンク