私見、本当に必要なのはワークスペースマネージャーです。
vim @ http://www.vim.org/scripts/script.php?script_id=1410の 1つを見つけることができます
次のコマンドを提供します。
:WsAddFile Add a new file to the workspace.
:WsAddGroup Add a new group to the workspace.
:WsClose Close the workspace window.
:WsInsertFile Insert a file.
:WsInsertGroup Insert a group.
:WsOpen Open a workspace and display it in a window.
:WsRun Run a command using the selected unquoted file names.
:WsRunq Run a command using the selected quoted file names.
:WsSave Save the workspace.
:WsSessionOpen Open the workspace and Vim session.
:WsSessionSave Save the workspace and the Vim session.
:WsToggle Open or Close the workspace window.
私のfbに 4つ以上のウィンドウが表示されたワークスペースマネージャーでの作業のスクリーンショットがあります。
必要なバッファのリストではありませんが、異なるウィンドウや同じウィンドウの複数のバッファでファイルを開くことができます。
後者の場合、ワークスペースマネージャはバッファリストとして機能します。スクリーンショットでわかるように、ファイルをさまざまなグループにグループ化しました。
これは、AFIKと同じくらい近いものです。
良い一日。