Vim 7.4 で MiniBufExplorer プラグインのfholgado のフォークを使用しています。開いているすべてのバッファを削除/閉じるためにマップをセットアップしたいのですが、.vimrc
試したことはありません。
例:
nmap <leader>bda :MBEbd 1,1000<cr>
nmap <leader>bda :1,1000 MBEbd<cr>
プラグインのドキュメントから:
:MBEbd[!] [N1] [N2] ... *:MBEbd*
Delete buffers but preserve the window that holding them.
[N*] is the buffer's number or name to be deleted. If no [N*] is given,
then current buffer will be deleted. Multiple buffers could be deleted
at the same time.
どうすればこれを達成できますか?