vimでタブを開く

:tabnew ファイル名

現在のバッファと同じディレクトリにファイルを作成して開く

:tabnew %:h/ファイル名

タブの移動は

gt // 1つ先
gT // 1つ前

:tabfirst  // 最初のタブ
:tablast   // 最後のタブ

タブを閉じる場合

:tabclose  // 現在のタブを閉じる
:tabonly   // 現在のタブ以外を閉じる


タブの一覧表示

:tabs
タブページ 1
    apps/frontend/modules/hoge/actions/actions.class.php
タブページ 2
    apps/backend/modules/fuga/actions/actions.class.php
タブページ 3
> + apps/frontend/modules/fuga/templates/indexSuccess.php

> が現在のウィンドウ
+ が更新されたウィンドウ