バッファー/ウィンドウの操作
参考:
How do I close a single buffer (out of many) in Vim? – Stack Overflow
buftype
<empty> | 普通のバッファ |
nofile | ファイルと関連がなく、書き込まれる予定のないバッファ |
nowrite | 書き込まれる予定のないバッファ |
quickfix | エラーリスト用の quickfix バッファ |
help | ヘルプバッファ |
参考:
lclose/cclose
ロケーションリストを閉じる
:lclose
quickfix を閉じる
:cclose
参考:
Exit vim if last buffer is closed which is not buftype=nofile or buftype=quickfix – Super User
バッファをバッファリストに登録しない (nobuflisted)
参考: