ラベル vim の投稿を表示しています。 すべての投稿を表示
ラベル vim の投稿を表示しています。 すべての投稿を表示

2009年11月18日水曜日

vim tab

最近VimでTabを一杯開くけど下記のコマンドで探すと便利
The :tabf command allows you to search for a file in your current path and open it in a new tab. For instance, if you want to open a file called inventory.txt that's in your current path, you could run:
:tabf inven*

http://www.linux.com/archive/articles/59533