IMHO, 정말로 필요한 것은 작업 공간 관리자입니다.
vim @ http://www.vim.org/scripts/script.php?script_id=1410에 대한 것을 찾을 수 있습니다
다음과 같은 명령을 제공합니다.
: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 개 이상의 창이 게시 된 Workspace 관리자 작업의 스크린 샷을 볼 수 있습니다 (공개).
정확히 원하는 버퍼 목록은 아니지만 다른 창과 같은 창에서 여러 버퍼에서 파일을 열 수 있습니다.
후자의 경우, 작업 공간 관리자는 버퍼 목록으로 사용됩니다. 스크린 샷에서 볼 수 있듯이 파일을 다른 그룹으로 그룹화했습니다.
AFIK, 이것은 당신이 얻을 수있는만큼 가깝습니다.
좋은 날.